mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-04-24 18:04:57 +08:00
Update the documentation pages
This commit is contained in:
parent
f52e469d33
commit
cba2410ca1
@ -272,8 +272,8 @@ await _applicationManager.CreateAsync(descriptor);
|
||||
.IgnoreScopePermissions();
|
||||
});
|
||||
</code></pre><hr>
|
||||
<h1 id="migrate-to-openiddict-rc2">Migrate to OpenIddict rc2</h1>
|
||||
<h2 id="whats-new-in-openiddict-rc2">What's new in OpenIddict rc2?</h2>
|
||||
<h1 id="migrate-to-openiddict-1020-rc2">Migrate to OpenIddict 1.0/2.0 rc2</h1>
|
||||
<h2 id="whats-new-in-openiddict-1020-rc2">What's new in OpenIddict 1.0/2.0 rc2?</h2>
|
||||
<p>The full list of changes can be found <a href="https://github.com/openiddict/openiddict-core/milestone/8?closed=1">here</a>. It includes <strong>bug fixes</strong> (including a bug fix in the refresh token handling)
|
||||
and new features like <strong>application permissions</strong>, that allow limiting the OpenID Connect features (endpoints and flows) an application is able to use.</p>
|
||||
<p><strong>Migrating to OpenIddict rc2 (<code>1.0.0-rc2-final</code> and <code>2.0.0-rc2-final</code>) requires making changes in your database</strong>: existing properties have been reworked
|
||||
|
@ -69,7 +69,7 @@
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "guide/migration.html",
|
||||
"hash": "GQn0OStWoMBdgOEuXTyzlA=="
|
||||
"hash": "bvvYc3G4nMiAfEPUg03lxg=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
Loading…
Reference in New Issue
Block a user