Hacker News new | ask | show | jobs
by kdlmm 4283 days ago
I like using Token based authentication + HTTPS. Using Rails (or nodejs, or whatever you want) and redis to store the tokens on the back-end. Here's an article about it: http://www.kdelemme.com/2014/03/09/authentication-with-angul...

Disclaimer: I'm the author.