From 6af53a3c4ed9ffe3934261e8521b50b7f6c76295 Mon Sep 17 00:00:00 2001 From: OpenIddict Bot <32257313+openiddict-bot@users.noreply.github.com> Date: Tue, 29 Jun 2021 15:49:34 +0000 Subject: [PATCH] Update the documentation pages --- guide/getting-started.html | 3 ++- manifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/guide/getting-started.html b/guide/getting-started.html index c4ca97a..b0688a5 100644 --- a/guide/getting-started.html +++ b/guide/getting-started.html @@ -273,7 +273,8 @@ Here's an example for the client credentials grant:
public Task StopAsync(CancellationToken cancellationToken) => Task.CompletedTask; } - +Before running the application, make sure the database is updated with OpenIddict tables by running Add-Migration
and Update-Database
.