From f6f696bf0d6118a5b421c16803e1435f44a6c68e Mon Sep 17 00:00:00 2001 From: hhp21 Date: Sun, 19 Jul 2020 17:20:48 +0100 Subject: [PATCH] Updated README.md to mention Implicit flow Make it clear in README.md that this example project demonstrates the use of Implicit flow, not the Authorisation Code flow with PKCE which is now the recommended way to do authentication for SPAs according to https://auth0.com/docs/api-auth/which-oauth-flow-to-use. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49c59af..29d6e9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Daily Deals -Daily Deals is an application built with Angular that shows how you can add token based authentication to your Angular applications. You can read the full tutorial for this project here: [Angular Authentication Tutorial](https://auth0.com/blog/angular-2-authentication/). +Daily Deals is an application built with Angular that shows how you can add token based authentication using the [Implicit flow](https://auth0.com/docs/flows/concepts/implicit) to your Angular applications. You can read the full tutorial for this project here: [Angular Authentication Tutorial](https://auth0.com/blog/angular-2-authentication/). # Running the App @@ -32,4 +32,4 @@ If you have found a bug or if you have a feature request, please report them at ## License -This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info. \ No newline at end of file +This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.