Skip to content

Commit 4ab9dd8

Browse files
committed
updated docs
1 parent 7eb7476 commit 4ab9dd8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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)

src/Http.Authentication.JwtBearer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Azure Function App - .NET Worker - JwtBearer Authentication Middleware
22

3+
Enable JwtBearer authentication for HttpTrigger requests.
4+
35
## Usage
46

57
Example setup, configuration, and usage with an AzureAD (v2.0) JWT bearer protected endpoint.

0 commit comments

Comments
 (0)