diff --git a/README.md b/README.md index 8c19178..86849c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Duende Extensions for ASP.NET -Extensions for ASP.NET to help with leveraging advanced features of Duende IdentityServer +Extensions for ASP.NET to leverage advanced features of Duende IdentityServer. ### Extensions for the JwtBearer authentication handler diff --git a/src/AspNetCore.Authentication.JwtBearer/AspNetCore.Authentication.JwtBearer.csproj b/src/AspNetCore.Authentication.JwtBearer/AspNetCore.Authentication.JwtBearer.csproj index 34eea9b..0df2f5f 100644 --- a/src/AspNetCore.Authentication.JwtBearer/AspNetCore.Authentication.JwtBearer.csproj +++ b/src/AspNetCore.Authentication.JwtBearer/AspNetCore.Authentication.JwtBearer.csproj @@ -1,5 +1,8 @@ + README.md + LICENSE + icon.png net8.0;net9.0 enable enable @@ -16,6 +19,12 @@ anc- + + + + + + diff --git a/src/AspNetCore.Authentication.JwtBearer/README.md b/src/AspNetCore.Authentication.JwtBearer/README.md new file mode 100644 index 0000000..504ab89 --- /dev/null +++ b/src/AspNetCore.Authentication.JwtBearer/README.md @@ -0,0 +1,3 @@ +Extensions for the [ASP.NET JwtBearer authentication handler](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer) to leverage advanced features of Duende IdentityServer. + +* Adds support for [DPoP](https://datatracker.ietf.org/doc/rfc9449/) \ No newline at end of file