Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .build/release.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<License>https://github.com/dark-loop/functions-authorize/blob/master/LICENSE</License>
<RepositoryType>Git</RepositoryType>
<PackageTags>AuthorizeAttribute, Authorize, Azure Functions, Azure, Bearer, JWT, Policy based authorization</PackageTags>
<PackageIconUrl>icons/icon.png</PackageIconUrl>
<PackageIcon>icons/icon.png</PackageIcon>
<PackageIconUrl>https://en.gravatar.com/userimage/22176525/45f25acea686a783e5b2ca172d72db71.png</PackageIconUrl>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../dl-sftwr-sn-key.snk</AssemblyOriginatorKeyFile>
<PublicKey>0024000004800000940000000602000000240000525341310004000001000100791e7f618a12452d7ced5310f6203d0d227f9d26b146555e7e67a1801695dcf7c552421620a662f54b072f7be1efa885c074d4b9c76a4d6d154721d1c3b1f39164cfaf9ebdf9b7672ff320c89c5a64c90e25330f90a12bf42a1c57b70523e785167dbbfb7a0fdc9eb8d15112f758b89bab51953b08cfb2218095bc45171c99c5</PublicKey>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Extension bringing AuthorizeAttribute Behavior to Azure Functions In-Proc and Is
It hooks into .NET Core dependency injection container to enable authentication and authorization in the same way ASP.NET Core does.

## Getting Started
- [Azure Functions V3+ In-Proc mode](./in-proc/README.md)
- [Azure Functions V4 Isolated mode with ASPNET Core integration](./isolated/README.md)
- [Azure Functions V3+ In-Proc mode](./src/in-proc/README.md)
- [Azure Functions V4 Isolated mode with ASPNET Core integration](./src/isolated/README.md)

## License
This projects is open source and may be redistributed under the terms of the [Apache 2.0](http://opensource.org/licenses/Apache-2.0) license.
Expand Down