From 5e8ded09a38c3cdcc49eaab899a1b67993f5e162 Mon Sep 17 00:00:00 2001 From: kartik khandelwal Date: Sun, 8 Oct 2017 11:46:50 +0530 Subject: [PATCH 1/4] 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) From f683948961b0004be16083a6c5dc9fb7488ce037 Mon Sep 17 00:00:00 2001 From: kartik khandelwal Date: Tue, 10 Oct 2017 14:34:23 +0530 Subject: [PATCH 2/4] Update README.md Optimization of Node.js Application --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6346b68..f8ddf99 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,10 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [Building a modern backend API with Node](https://scotch.io/tutorials/building-and-securing-a-modern-backend-api?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) * [Node JS Login with Passport - YouTube](https://www.youtube.com/watch?v=Z1ktxiqyiLA) * [10 Best Practices for Writing Node.js REST APIs](https://blog.risingstack.com/10-best-practices-for-writing-node-js-rest-apis/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) +* Optimization Techniques + *[Make your node server faster by caching responses with redis](https://community.risingstack.com/redis-node-js-introduction-to-caching/) + + --- ### Learn Python From d5b947e4c88f66f44dce400b754f3786eb094566 Mon Sep 17 00:00:00 2001 From: kartik khandelwal Date: Tue, 10 Oct 2017 14:35:33 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8ddf99..e0327df 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [Node JS Login with Passport - YouTube](https://www.youtube.com/watch?v=Z1ktxiqyiLA) * [10 Best Practices for Writing Node.js REST APIs](https://blog.risingstack.com/10-best-practices-for-writing-node-js-rest-apis/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) * Optimization Techniques - *[Make your node server faster by caching responses with redis](https://community.risingstack.com/redis-node-js-introduction-to-caching/) + * [Make your node server faster by caching responses with redis] (https://community.risingstack.com/redis-node-js-introduction-to-caching/) From a217b37bfbac352a6db894623eddb8f35570427a Mon Sep 17 00:00:00 2001 From: kartik khandelwal Date: Tue, 10 Oct 2017 14:37:32 +0530 Subject: [PATCH 4/4] Update README.md Readme Updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0327df..75f2279 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [Node JS Login with Passport - YouTube](https://www.youtube.com/watch?v=Z1ktxiqyiLA) * [10 Best Practices for Writing Node.js REST APIs](https://blog.risingstack.com/10-best-practices-for-writing-node-js-rest-apis/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) * Optimization Techniques - * [Make your node server faster by caching responses with redis] (https://community.risingstack.com/redis-node-js-introduction-to-caching/) + * [Make your node server faster by caching responses with redis](https://community.risingstack.com/redis-node-js-introduction-to-caching/)