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.