diff --git a/guide/getting-started.html b/guide/getting-started.html index fbf1473..57a8b31 100644 --- a/guide/getting-started.html +++ b/guide/getting-started.html @@ -76,9 +76,9 @@
Have an existing project or create a new one: when creating a new project using Visual Studio's default ASP.NET Core template, 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 OpenIddict
packages:
<PackageReference Include="OpenIddict.AspNetCore" Version="3.0.0" />
-<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.0" />
+Update your .csproj
file to reference the latest OpenIddict
packages:
+<PackageReference Include="OpenIddict.AspNetCore" Version="3.0.1" />
+<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.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:
diff --git a/manifest.json b/manifest.json
index 1be2167..676c43b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -9933,7 +9933,7 @@
"output": {
".html": {
"relative_path": "guide/getting-started.html",
- "hash": "k1o8zpuQI9iJpTrsbnkNzg=="
+ "hash": "YHTB+Opk514WJ5Fom4r5vw=="
}
},
"is_incremental": false,