From 2af71d9c6cbfa64678775530c8e8ac28669ea9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Fri, 29 May 2020 20:41:06 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7569e995..9af7b71f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ with the power to control who can access your API and the information that is ex ## Samples **[Samples for OpenIddict 3.0 can be found in the samples repository](https://github.com/openiddict/openiddict-samples).** + [Samples for OpenIddict 2.0.1 can be found in the master branch of the samples repository](https://github.com/openiddict/openiddict-samples/tree/master). -------------- @@ -53,7 +54,7 @@ To use OpenIddict 3.0, you need to: - **Install the latest [.NET Core 3.1 tooling](https://www.microsoft.com/net/download)**. - - **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. When updating an existing project, you must provide your own `AccountController` to handle the registration process and the authentication flow. + - **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. When updating an existing project, you must provide your own `AccountController` or use ASP.NET Core Identity's built-in UI to handle the registration process and the authentication flow. - **Create a `NuGet.config` file referencing the OpenIddict feed** (at the root of your solution):