From 92e1a749d6ff9d4ed33814b6be2993c3463ea114 Mon Sep 17 00:00:00 2001 From: OpenIddict Bot <32257313+openiddict-bot@users.noreply.github.com> Date: Thu, 25 May 2023 16:46:15 +0000 Subject: [PATCH] Update the documentation pages --- guides/getting-started.html | 4 ++-- index.html | 2 +- integrations/entity-framework-core.html | 2 +- integrations/entity-framework.html | 2 +- integrations/mongodb.html | 2 +- manifest.json | 10 +++++----- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/guides/getting-started.html b/guides/getting-started.html index ddccd36..28f351d 100644 --- a/guides/getting-started.html +++ b/guides/getting-started.html @@ -102,8 +102,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="4.3.0" />
-<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="4.3.0" />
+<PackageReference Include="OpenIddict.AspNetCore" Version="4.4.0" />
+<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="4.4.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:
NuGet.configOpenIddict is actively maintained by Kévin Chalet. Contributions are welcome and can be submitted using pull requests.
Special thanks to our sponsors for their incredible support:
-
+
License
This project is licensed under the Apache License. This means that you can use, modify and distribute it freely.
diff --git a/integrations/entity-framework-core.html b/integrations/entity-framework-core.html
index 701f483..876148c 100644
--- a/integrations/entity-framework-core.html
+++ b/integrations/entity-framework-core.html
@@ -97,7 +97,7 @@
To configure OpenIddict to use Entity Framework Core as the database for applications, authorizations, scopes and tokens, you'll need to:
Reference the OpenIddict.EntityFrameworkCore
package:
-<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.1.1" />
+<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="4.4.0" />
Create a database context deriving from DbContext
(or IdentityDbContext
when using ASP.NET Core Identity):
public class ApplicationDbContext : DbContext
diff --git a/integrations/entity-framework.html b/integrations/entity-framework.html
index 69cad8b..08ab454 100644
--- a/integrations/entity-framework.html
+++ b/integrations/entity-framework.html
@@ -97,7 +97,7 @@
To configure OpenIddict to use Entity Framework 6.x as the database for applications, authorizations, scopes and tokens, you'll need to:
Reference the OpenIddict.EntityFramework
package:
-<PackageReference Include="OpenIddict.EntityFramework" Version="3.1.1" />
+<PackageReference Include="OpenIddict.EntityFramework" Version="4.4.0" />
Create a database context deriving from DbContext
and register the OpenIddict entities in the model:
public class ApplicationDbContext : DbContext
diff --git a/integrations/mongodb.html b/integrations/mongodb.html
index 33dc5b9..e8f0c8f 100644
--- a/integrations/mongodb.html
+++ b/integrations/mongodb.html
@@ -97,7 +97,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.1" />
+<PackageReference Include="OpenIddict.MongoDb" Version="4.4.0" />
Configure OpenIddict to use the MongoDB stores:
services.AddOpenIddict()
diff --git a/manifest.json b/manifest.json
index f903b50..d734d1e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1612,7 +1612,7 @@
"output": {
".html": {
"relative_path": "guides/getting-started.html",
- "hash": "t/m6iz9ah4wrP4dFIhXoYg=="
+ "hash": "oEXNnWk8a8pAnyxesOTT+w=="
}
},
"is_incremental": false,
@@ -1694,7 +1694,7 @@
"output": {
".html": {
"relative_path": "index.html",
- "hash": "bnhXBKPCUQEn9iQD3x3shg=="
+ "hash": "YyeYbFiBS26Hnj7uZisPrA=="
}
},
"is_incremental": false,
@@ -1706,7 +1706,7 @@
"output": {
".html": {
"relative_path": "integrations/entity-framework-core.html",
- "hash": "/+6V48DwOyGcYnlBTNI0og=="
+ "hash": "grajz1JozIeOOSmwG882AA=="
}
},
"is_incremental": false,
@@ -1718,7 +1718,7 @@
"output": {
".html": {
"relative_path": "integrations/entity-framework.html",
- "hash": "3Lp7rwhlg8lOZwXEHiRplA=="
+ "hash": "sJkgZutOHjA5Om5oUD58Sg=="
}
},
"is_incremental": false,
@@ -1742,7 +1742,7 @@
"output": {
".html": {
"relative_path": "integrations/mongodb.html",
- "hash": "4vhlfSOVT9PhnUD5B3NxfA=="
+ "hash": "ovF6mpKeXvky7KpTE8Q1Jg=="
}
},
"is_incremental": false,