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
f5c3113d95
commit
3db698f6e2
@ -68,7 +68,7 @@
|
|||||||
<article class="content wrap" id="_content" data-uid="">
|
<article class="content wrap" id="_content" data-uid="">
|
||||||
<h1 id="migrate-to-openiddict-1020">Migrate to OpenIddict 1.0/2.0</h1>
|
<h1 id="migrate-to-openiddict-1020">Migrate to OpenIddict 1.0/2.0</h1>
|
||||||
|
|
||||||
<h2 id="whats-new-in-openiddict-1020">What's new in OpenIddict 1.0/2.0?</h2>
|
<h2 id="whats-new">What's new?</h2>
|
||||||
<p>The announcement listing the changes introduced in this milestone can be found <a href="https://kevinchalet.com/2018/11/01/openiddict-1-0-and-2-0-general-availability/">here</a>.</p>
|
<p>The announcement listing the changes introduced in this milestone can be found <a href="https://kevinchalet.com/2018/11/01/openiddict-1-0-and-2-0-general-availability/">here</a>.</p>
|
||||||
<h2 id="update-your-packages-references">Update your packages references</h2>
|
<h2 id="update-your-packages-references">Update your packages references</h2>
|
||||||
<p>For that, simply update your <code>.csproj</code> file to point to the newest OpenIddict packages:</p>
|
<p>For that, simply update your <code>.csproj</code> file to point to the newest OpenIddict packages:</p>
|
||||||
@ -84,7 +84,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</code></pre><p>No additional change should be required for basic scenarios.</p>
|
</code></pre><p>No additional change should be required for basic scenarios.</p>
|
||||||
<h1 id="migrate-to-openiddict-1020-rc3">Migrate to OpenIddict 1.0/2.0 rc3</h1>
|
<h1 id="migrate-to-openiddict-1020-rc3">Migrate to OpenIddict 1.0/2.0 rc3</h1>
|
||||||
<h2 id="whats-new-in-openiddict-1020-rc3">What's new in OpenIddict 1.0/2.0 rc3?</h2>
|
<h2 id="whats-new-1">What's new?</h2>
|
||||||
<p>The announcement listing the changes introduced in this milestone can be found <a href="https://kevinchalet.com/2018/06/20/openiddict-rc3-is-out/">here</a>.</p>
|
<p>The announcement listing the changes introduced in this milestone can be found <a href="https://kevinchalet.com/2018/06/20/openiddict-rc3-is-out/">here</a>.</p>
|
||||||
<h2 id="update-your-packages-references-1">Update your packages references</h2>
|
<h2 id="update-your-packages-references-1">Update your packages references</h2>
|
||||||
<p>For that, simply update your <code>.csproj</code> file to point to the newest OpenIddict packages:</p>
|
<p>For that, simply update your <code>.csproj</code> file to point to the newest OpenIddict packages:</p>
|
||||||
@ -273,7 +273,7 @@ await _applicationManager.CreateAsync(descriptor);
|
|||||||
});
|
});
|
||||||
</code></pre><hr>
|
</code></pre><hr>
|
||||||
<h1 id="migrate-to-openiddict-1020-rc2">Migrate to OpenIddict 1.0/2.0 rc2</h1>
|
<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>
|
<h2 id="whats-new-2">What's new?</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)
|
<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>
|
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
|
<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": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "guide/migration.html",
|
"relative_path": "guide/migration.html",
|
||||||
"hash": "aAwfoySJhpae4kPX3x95Yw=="
|
"hash": "9PFtsQybzCKAU+C8lg7PfQ=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user