diff --git a/configuration/mongodb-integration.html b/configuration/mongodb-integration.html index 79e331e..087e699 100644 --- a/configuration/mongodb-integration.html +++ b/configuration/mongodb-integration.html @@ -71,7 +71,7 @@
To configure OpenIddict to use MongoDB as the database for applications, authorizations, scopes and tokens, you'll need to:
Reference the OpenIddict.MongoDb
package:
<PackageReference Include="OpenIddict.MongoDb" Version="3.1.0" />
+<PackageReference Include="OpenIddict.MongoDb" Version="3.1.1" />
Configure OpenIddict to use the MongoDB stores:
services.AddOpenIddict()
diff --git a/guide/getting-started.html b/guide/getting-started.html
index 66d9b24..4f93022 100644
--- a/guide/getting-started.html
+++ b/guide/getting-started.html
@@ -77,8 +77,8 @@
using individual user accounts authentication is strongly recommended as it automatically includes the default ASP.NET Core Identity UI, based on Razor Pages.
Update your .csproj
file to reference the latest OpenIddict
packages:
<PackageReference Include="OpenIddict.AspNetCore" Version="3.1.0" />
-<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.1.0" />
+<PackageReference Include="OpenIddict.AspNetCore" Version="3.1.1" />
+<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.1.1" />
Configure the OpenIddict core, server and validation services in Startup.ConfigureServices
.
Here's an example for the client credentials grant, used in machine-to-machine scenarios:
For that, update your .csproj
file to reference the OpenIddict.AspNetCore
3.x metapackage:
<ItemGroup>
- <PackageReference Include="OpenIddict.AspNetCore" Version="3.1.0" />
- <PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.1.0" />
+ <PackageReference Include="OpenIddict.AspNetCore" Version="3.1.1" />
+ <PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.1.1" />
</ItemGroup>
As part of the AspNet.Security.OpenIdConnect.Server/OpenIddict merge, the ASOS packages and 2 OpenIddict packages have been marked as legacy diff --git a/manifest.json b/manifest.json index 69a95b4..50573c5 100644 --- a/manifest.json +++ b/manifest.json @@ -69,7 +69,7 @@ "output": { ".html": { "relative_path": "configuration/mongodb-integration.html", - "hash": "vcDyBoS03o2Q44imkk3ehw==" + "hash": "pZ/W/F4Rb5513BbB1LJmVg==" } }, "is_incremental": false, @@ -1612,7 +1612,7 @@ "output": { ".html": { "relative_path": "guide/getting-started.html", - "hash": "S7TfPY8oKpFNpZu3AmkDlg==" + "hash": "ddBCFmOL1h8O8SKs3li7HQ==" } }, "is_incremental": false, @@ -1636,7 +1636,7 @@ "output": { ".html": { "relative_path": "guide/migration/20-to-30.html", - "hash": "WXzgMyQ1vqT7fXs1OQtjmw==" + "hash": "Lvq7AtE3jy6vMeLi1d/Brg==" } }, "is_incremental": false,