mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-04-05 17:38:03 +08:00
Update the documentation pages
This commit is contained in:
parent
2d4ae42d6e
commit
8858ceeee4
@ -102,8 +102,8 @@
|
||||
using <strong>individual user accounts authentication</strong> is strongly recommended as it automatically includes the default ASP.NET Core Identity UI, based on Razor Pages.</p>
|
||||
</li>
|
||||
<li><p><strong>Update your <code>.csproj</code> file</strong> to reference the latest <code>OpenIddict</code> packages:</p>
|
||||
<pre><code class="lang-xml"><PackageReference Include="OpenIddict.AspNetCore" Version="4.1.0" />
|
||||
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="4.1.0" />
|
||||
<pre><code class="lang-xml"><PackageReference Include="OpenIddict.AspNetCore" Version="4.2.0" />
|
||||
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="4.2.0" />
|
||||
</code></pre></li>
|
||||
<li><p><strong>Configure the OpenIddict core, server and validation services</strong> in <code>Startup.ConfigureServices</code>.
|
||||
Here's an example for the client credentials grant, used in machine-to-machine scenarios:</p>
|
||||
|
@ -1612,7 +1612,7 @@
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "guides/getting-started.html",
|
||||
"hash": "bmEep/5YBpDf6EdVoax3Gg=="
|
||||
"hash": "ZoO2ZeHFaccbvoHoqvGR4g=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
Loading…
Reference in New Issue
Block a user