From 5e8ded09a38c3cdcc49eaab899a1b67993f5e162 Mon Sep 17 00:00:00 2001 From: kartik khandelwal Date: Sun, 8 Oct 2017 11:46:50 +0530 Subject: [PATCH] Update README.md JWT Auth Sample App included --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ea1cfe..6346b68 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) ### Learn Authentication * [Authentication & Authorization: OAuth](https://www.udacity.com/course/authentication-authorization-oauth--ud330) * [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) * [Passwordless Authentication with React and Auth0](https://medium.com/javascript-scene/passwordless-authentication-with-react-and-auth0-c4cb003c7cde#.l1joiokr2)