https://jonathanmh.com/express-passport-json-web-token-jwt-authentication-beginners/
https://medium.freecodecamp.com/requiring-modules-in-node-js-everything-you-need-to-know-e7fbd119be8
https://news.ycombinator.com/item?id=11895440
https://code.tutsplus.com/tutorials/using-passport-with-sequelize-and-mysql--cms-27537
https://www.joshmorony.com/using-json-web-tokens-jwt-for-custom-authentication-in-ionic-2-part-2/
https://auth0.com/blog/building-and-authenticating-nodejs-apps/
https://auth0.com/blog/ionic-2-authentication-how-to-secure-your-mobile-app-with-jwt/
https://medium.com/@pandeysoni/user-authentication-using-jwt-json-web-token-in-node-js-using-express-framework-543151a38ea1
https://github.com/auth0/express-jwt
http://martinmicunda.com/2015/04/14/build-ionic-photo-gallery-app-II/
https://float-middle.com/json-web-tokens-jwt-vs-sessions/
https://blog.hyphe.me/token-based-authentication-with-node/
https://devdactic.com/restful-api-user-authentication-1/
https://closebrace.com/tutorials/2017-03-02/creating-a-simple-restful-web-app-with-nodejs-express-and-mongodb
https://auth0.com/blog/handling-jwts-on-angular-is-finally-easier/
https://github.com/makersu/loopback-example-socket.io-chat
https://loopback.io/doc/en/lb2/Realtime-socket-io.html
https://strongloop.com/strongblog/build-real-time-apps-with-angular-liveset-and-loopback/
https://github.com/sgress454/sailsChat
https://github.com/sails101
http://sailsjs.com/documentation/anatomy/api
https://www.toptal.com/nodejs/let-loopback-do-it-a-walkthrough-of-the-node-api-framework-you-ve-been-dreaming-of
https://stackoverflow.com/questions/34474196/using-jwt-for-loopback-authentication
As developers, we often face situations where we need to use unfamiliar code. A question will arise during these moments. How much time should I invest in understanding the code that I’m about to use? A typical answer is learn enough to start coding; then explore that topic further when time permits. Well, the time has come to gain a better understanding of module.exports and exports in Node.js. Here’s what I have learned.
https://www.sitepoint.com/understanding-module-exports-exports-node-js/
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/routes
https://stackoverflow.com/questions/20534702/node-js-use-of-module-exports-as-a-constructor
https://www.terlici.com/2014/08/25/best-practices-express-structure.html
https://medium.freecodecamp.com/requiring-modules-in-node-js-everything-you-need-to-know-e7fbd119be8
https://news.ycombinator.com/item?id=11895440
https://code.tutsplus.com/tutorials/using-passport-with-sequelize-and-mysql--cms-27537
https://www.joshmorony.com/using-json-web-tokens-jwt-for-custom-authentication-in-ionic-2-part-2/
https://auth0.com/blog/building-and-authenticating-nodejs-apps/
https://auth0.com/blog/ionic-2-authentication-how-to-secure-your-mobile-app-with-jwt/
https://medium.com/@pandeysoni/user-authentication-using-jwt-json-web-token-in-node-js-using-express-framework-543151a38ea1
https://github.com/auth0/express-jwt
http://martinmicunda.com/2015/04/14/build-ionic-photo-gallery-app-II/
https://float-middle.com/json-web-tokens-jwt-vs-sessions/
https://blog.hyphe.me/token-based-authentication-with-node/
https://devdactic.com/restful-api-user-authentication-1/
https://closebrace.com/tutorials/2017-03-02/creating-a-simple-restful-web-app-with-nodejs-express-and-mongodb
https://auth0.com/blog/handling-jwts-on-angular-is-finally-easier/
https://github.com/makersu/loopback-example-socket.io-chat
https://loopback.io/doc/en/lb2/Realtime-socket-io.html
https://strongloop.com/strongblog/build-real-time-apps-with-angular-liveset-and-loopback/
https://github.com/sgress454/sailsChat
https://github.com/sails101
http://sailsjs.com/documentation/anatomy/api
https://www.toptal.com/nodejs/let-loopback-do-it-a-walkthrough-of-the-node-api-framework-you-ve-been-dreaming-of
https://stackoverflow.com/questions/34474196/using-jwt-for-loopback-authentication
As developers, we often face situations where we need to use unfamiliar code. A question will arise during these moments. How much time should I invest in understanding the code that I’m about to use? A typical answer is learn enough to start coding; then explore that topic further when time permits. Well, the time has come to gain a better understanding of module.exports and exports in Node.js. Here’s what I have learned.
https://www.sitepoint.com/understanding-module-exports-exports-node-js/
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/routes
https://stackoverflow.com/questions/20534702/node-js-use-of-module-exports-as-a-constructor
https://www.terlici.com/2014/08/25/best-practices-express-structure.html
Comments
Post a Comment