diff --git a/configuration/mongodb-integration.html b/configuration/mongodb-integration.html index 9d4bb01..79e331e 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.0.5" />
+<PackageReference Include="OpenIddict.MongoDb" Version="3.1.0" />
Configure OpenIddict to use the MongoDB stores:
services.AddOpenIddict()
diff --git a/guide/getting-started.html b/guide/getting-started.html
index b0688a5..66d9b24 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.0.5" />
-<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.5" />
+<PackageReference Include="OpenIddict.AspNetCore" Version="3.1.0" />
+<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.1.0" />
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.0.5" />
- <PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.5" />
+ <PackageReference Include="OpenIddict.AspNetCore" Version="3.1.0" />
+ <PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.1.0" />
</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 4f7d460..b39d79f 100644 --- a/manifest.json +++ b/manifest.json @@ -9909,7 +9909,7 @@ "output": { ".html": { "relative_path": "configuration/mongodb-integration.html", - "hash": "rKJsu9tqv3MvgjUeUJ7qTQ==" + "hash": "vcDyBoS03o2Q44imkk3ehw==" } }, "is_incremental": false, @@ -11452,7 +11452,7 @@ "output": { ".html": { "relative_path": "guide/getting-started.html", - "hash": "4rVu/rGWduXAn0X+zMx6YA==" + "hash": "S7TfPY8oKpFNpZu3AmkDlg==" } }, "is_incremental": false, @@ -11476,7 +11476,7 @@ "output": { ".html": { "relative_path": "guide/migration/20-to-30.html", - "hash": "EJ4xQ9AiBosladCHqCh3LQ==" + "hash": "jJvG5fF9YpwoZ3hhxVdOCg==" } }, "is_incremental": false,