From deaec5fbf050c93faec28177d206c94919ab9605 Mon Sep 17 00:00:00 2001 From: OpenIddict Bot <32257313+openiddict-bot@users.noreply.github.com> Date: Mon, 8 Feb 2021 16:11:42 +0000 Subject: [PATCH] Update the documentation pages --- guide/getting-started.html | 6 +++--- manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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,