Skip to content

Commit d191162

Browse files
Update README.md
1 parent 8a6bd7e commit d191162

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# IdentityServer4.AccessTokenValidation
2+
3+
## Important
4+
This library is deprecated and not being maintained anymore.
5+
6+
Read this blog post about the reasoning and recommedations for a superior and more flexible approach:
7+
8+
https://leastprivilege.com/2020/07/06/flexible-access-token-validation-in-asp-net-core/
9+
10+
11+
## Description
212
Authentication handler for ASP.NET Core 2 that allows accepting both JWTs and reference tokens in the same API.
313

414
Technically this handler is a decorator over both the Microsoft [JWT handler](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer/) as well as our OAuth 2 [introspection handler](https://www.nuget.org/packages/IdentityModel.AspNetCore.OAuth2Introspection/). If you only need to support one token type only, we recommend using the underlying handlers directly.

0 commit comments

Comments
 (0)