mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-07-17 01:46:23 +08:00
Update the documentation pages
This commit is contained in:
parent
bf85b92daf
commit
0718bfe145
@ -68,11 +68,10 @@
|
|||||||
<article class="content wrap" id="_content" data-uid="">
|
<article class="content wrap" id="_content" data-uid="">
|
||||||
<h1 id="token-formats">Token formats</h1>
|
<h1 id="token-formats">Token formats</h1>
|
||||||
|
|
||||||
<blockquote><p>[!INFO]
|
<div class="NOTE"><h5>Note</h5><p>In OpenIddict 3.0, being able to revoke a token is not tied to the token format and doesn't require enabling reference tokens:
|
||||||
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</p>
|
regular JWT or ASP.NET Core Data Protection tokens can be revoked as long as token storage is not explicitly disabled by the developer</p>
|
||||||
<p>For more information about reference tokens, read <a href="token-storage.html">Token storage</a>.</p>
|
<p>For more information about reference tokens, read <a href="token-storage.html">Token storage</a>.</p>
|
||||||
</blockquote>
|
</div>
|
||||||
<h2 id="json-web-token">JSON Web Token</h2>
|
<h2 id="json-web-token">JSON Web Token</h2>
|
||||||
<p>OpenIddict 3.0 implements the <a href="https://tools.ietf.org/html/rfc7519">JSON Web Token</a>, <a href="https://tools.ietf.org/html/rfc7515">JSON Web Signature</a>
|
<p>OpenIddict 3.0 implements the <a href="https://tools.ietf.org/html/rfc7519">JSON Web Token</a>, <a href="https://tools.ietf.org/html/rfc7515">JSON Web Signature</a>
|
||||||
and <a href="https://tools.ietf.org/html/rfc7516">JSON Web Encryption</a> standards and relies on the
|
and <a href="https://tools.ietf.org/html/rfc7516">JSON Web Encryption</a> standards and relies on the
|
||||||
|
@ -9897,7 +9897,7 @@
|
|||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "configuration/token-formats.html",
|
"relative_path": "configuration/token-formats.html",
|
||||||
"hash": "eAWnxe/vobBoHyPOHuKRmQ=="
|
"hash": "ql1BoqZfIUvMtjewno3HPA=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user