Add token storage documentation

This commit is contained in:
Kévin Chalet
2021-01-25 21:29:29 +01:00
parent 4ff8482d15
commit 49320eccd6
4 changed files with 116 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Token formats
> [!NOTE]
> In OpenIddict 3.0, being able to revoke a token is not tied to the token format and doesn't require enabling reference tokens:
> regular JWT or ASP.NET Core Data Protection tokens can be revoked as long as token storage is not explicitly disabled by the developer
>
> For more information about reference tokens, read [Token storage](token-storage.md).
## JSON Web Token
OpenIddict 3.0 implements the [JSON Web Token](https://tools.ietf.org/html/rfc7519), [JSON Web Signature](https://tools.ietf.org/html/rfc7515)