mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-03-23 09:43:26 +08:00
Update the documentation pages
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
<p>To configure OpenIddict to use MongoDB as the database for applications, authorizations, scopes and tokens, you'll need to:</p>
|
||||
<ul>
|
||||
<li><p><strong>Reference the <code>OpenIddict.MongoDb</code> package</strong>:</p>
|
||||
<pre><code class="lang-xml"><PackageReference Include="OpenIddict.MongoDb" Version="3.0.5" />
|
||||
<pre><code class="lang-xml"><PackageReference Include="OpenIddict.MongoDb" Version="3.1.0" />
|
||||
</code></pre></li>
|
||||
<li><p><strong>Configure OpenIddict to use the MongoDB stores</strong>:</p>
|
||||
<pre><code class="lang-csharp">services.AddOpenIddict()
|
||||
|
||||
Reference in New Issue
Block a user