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
.