File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
src/Http.Authentication.JwtBearer Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Community extensions for Microsoft Azure Function App Worker
22
3- [ JwtBearer Authentication Middleware] ( src/Http.Authentication.JwtBearer/README.md )
3+ ![ Build] ( https://github.com/smokedlinq/azure-functions-dotnet-worker-extensions/actions/workflows/ci.yml/badge.svg )
4+ ![ Release] ( https://github.com/smokedlinq/azure-functions-dotnet-worker-extensions/actions/workflows/publish.yml/badge.svg )
5+
6+ ---
7+ ** [ Community.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer] ( src/Http.Authentication.JwtBearer/README.md ) **
8+
9+ [ ![ NuGet] ( https://img.shields.io/nuget/dt/Community.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer.svg )] ( https://www.nuget.org/packages/Community.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer )
10+ [ ![ NuGet] ( https://img.shields.io/nuget/vpre/Community.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer.svg )] ( https://www.nuget.org/packages/Community.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer )
Original file line number Diff line number Diff line change 11# Azure Function App - .NET Worker - JwtBearer Authentication Middleware
22
3+ Enable JwtBearer authentication for HttpTrigger requests.
4+
35## Usage
46
57Example setup, configuration, and usage with an AzureAD (v2.0) JWT bearer protected endpoint.
You can’t perform that action at this time.
0 commit comments