From 0718bfe1458b8a6ffe63e178edcb0fa08a9b1c41 Mon Sep 17 00:00:00 2001 From: OpenIddict Bot <32257313+openiddict-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 20:42:38 +0000 Subject: [PATCH] Update the documentation pages --- configuration/token-formats.html | 5 ++--- manifest.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configuration/token-formats.html b/configuration/token-formats.html index 8f8490a..9990f2f 100644 --- a/configuration/token-formats.html +++ b/configuration/token-formats.html @@ -68,11 +68,10 @@

Token formats

-

[!INFO] -In OpenIddict 3.0, being able to revoke a token is not tied to the token format and doesn't require enabling reference tokens: +

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.

-
+

JSON Web Token

OpenIddict 3.0 implements the JSON Web Token, JSON Web Signature and JSON Web Encryption standards and relies on the diff --git a/manifest.json b/manifest.json index 3ebb57f..5793fbc 100644 --- a/manifest.json +++ b/manifest.json @@ -9897,7 +9897,7 @@ "output": { ".html": { "relative_path": "configuration/token-formats.html", - "hash": "eAWnxe/vobBoHyPOHuKRmQ==" + "hash": "ql1BoqZfIUvMtjewno3HPA==" } }, "is_incremental": false,