This is an input binding for Azure Functions allowing you to validate JWT tokens for Azure Functions with a HTTP trigger.
Info
Version: | 1.4.3 |
Author(s): | Eduard Keilholz |
Last Update: | Monday, April 19, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nikneem/azure-functions-jwt-binding |
NuGet Url: | https://www.nuget.org/packages/HexMaster.Functions.JwtBinding |
Install
Install-Package HexMaster.Functions.JwtBinding
dotnet add package HexMaster.Functions.JwtBinding
paket add HexMaster.Functions.JwtBinding
HexMaster.Functions.JwtBinding Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.Azure.WebJobs(>= 3.0.19)
- Microsoft.Azure.WebJobs.Core(>= 3.0.19)
- Microsoft.IdentityModel.Protocols(>= 6.7.1)
- Microsoft.IdentityModel.Protocols.OpenIdConnect(>= 6.7.1)
- Microsoft.IdentityModel.Tokens(>= 6.7.1)
- System.IdentityModel.Tokens.Jwt(>= 6.7.1)
Tags