Update README.md (#38)

JWT Auth Sample App included
This commit is contained in:
kartik khandelwal 2017-10-10 00:51:58 +05:30 committed by Brandon Morelli
parent e820f1b92b
commit 721d7ed020

View file

@ -259,6 +259,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io)
### Learn Authentication ### Learn Authentication
* [Authentication & Authorization: OAuth](https://www.udacity.com/course/authentication-authorization-oauth--ud330) * [Authentication & Authorization: OAuth](https://www.udacity.com/course/authentication-authorization-oauth--ud330)
* [Learn about JSON Web Tokens](https://jwt.io/introduction/) * [Learn about JSON Web Tokens](https://jwt.io/introduction/)
* [JWT Sample App Example](https://scotch.io/tutorials/authenticate-a-node-js-api-with-json-web-tokens)
* [OAuth 2](https://aaronparecki.com/oauth-2-simplified/#web-server-apps) * [OAuth 2](https://aaronparecki.com/oauth-2-simplified/#web-server-apps)
* [Passwordless Authentication with React and Auth0](https://medium.com/javascript-scene/passwordless-authentication-with-react-and-auth0-c4cb003c7cde#.l1joiokr2) * [Passwordless Authentication with React and Auth0](https://medium.com/javascript-scene/passwordless-authentication-with-react-and-auth0-c4cb003c7cde#.l1joiokr2)