Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Token-Based Authentication With Node
Token-Based Authentication With Node
This tutorial takes a test-first approach to implementing token-based authentication in a Node app using JSON Web Tokens (JWTs) and Postgres. By the end of this tutorial, you will be able to...
mherman.org




This is a cool article. There are modules that do JWT so you don't have to code it yourself. I have been relying on Google+ API and Passport npm module. Thanks for sharing and giving code examples.