diff --git a/guides/getting-started.html b/guides/getting-started.html index ccaae1a..b8743a3 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.0.0" />
-<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="4.0.0" />
+<PackageReference Include="OpenIddict.AspNetCore" Version="4.1.0" />
+<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="4.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:
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/manifest.json b/manifest.json
index 9b8ee68..75af89e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1612,7 +1612,7 @@
"output": {
".html": {
"relative_path": "guides/getting-started.html",
- "hash": "mT272boRGfEMUWq6J++rhg=="
+ "hash": "bmEep/5YBpDf6EdVoax3Gg=="
}
},
"is_incremental": false,
@@ -1694,7 +1694,7 @@
"output": {
".html": {
"relative_path": "index.html",
- "hash": "gVlUuQJLJ4mqh8IoFgj9AQ=="
+ "hash": "EzKrSmlomALjvzfgGUHPng=="
}
},
"is_incremental": false,