diff --git a/guides/getting-started.html b/guides/getting-started.html index b2067c0..2ff75aa 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.5.0" />
-<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="4.5.0" />
+<PackageReference Include="OpenIddict.AspNetCore" Version="4.6.0" />
+<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="4.6.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 4e84d18..bc0aa37 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="4.5.0" />
+<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="4.6.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 057acac..da11963 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="4.5.0" />
+<PackageReference Include="OpenIddict.EntityFramework" Version="4.6.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 caa9ffe..1b4b1ee 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="4.5.0" />
+<PackageReference Include="OpenIddict.MongoDb" Version="4.6.0" />
Configure OpenIddict to use the MongoDB stores:
services.AddOpenIddict()
diff --git a/manifest.json b/manifest.json
index 0859b93..f5b0330 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1612,7 +1612,7 @@
"output": {
".html": {
"relative_path": "guides/getting-started.html",
- "hash": "DXG48kl0x/jGWkUuyxNG9w=="
+ "hash": "M7/9NvMUPVWpkBXHrNgUlQ=="
}
},
"is_incremental": false,
@@ -1694,7 +1694,7 @@
"output": {
".html": {
"relative_path": "index.html",
- "hash": "KWAkC/02mlX07wNMTm2Xwg=="
+ "hash": "89iN43X0DnMXMXlvEcGoRA=="
}
},
"is_incremental": false,
@@ -1706,7 +1706,7 @@
"output": {
".html": {
"relative_path": "integrations/entity-framework-core.html",
- "hash": "FtAhrMVduEhGd9n+nXy8Xg=="
+ "hash": "lTeYluu/lFtGkCRDZVzuww=="
}
},
"is_incremental": false,
@@ -1718,7 +1718,7 @@
"output": {
".html": {
"relative_path": "integrations/entity-framework.html",
- "hash": "TLgT3hjCP6wcMB36WufaFQ=="
+ "hash": "uhdEpQfnzFUPZIG2CMWpmw=="
}
},
"is_incremental": false,
@@ -1742,7 +1742,7 @@
"output": {
".html": {
"relative_path": "integrations/mongodb.html",
- "hash": "w1HiPVIRk3fuVgVTebZVMQ=="
+ "hash": "trV/rGP10AKKpk4QMQ74PQ=="
}
},
"is_incremental": false,