Hacker News new | ask | show | jobs
by blinduck 4531 days ago
On a somewhat related note, does anyone have a recommendation for a good introduction to the different types of web based authentications?

I've just started working with AngularJS with a Django backend and authenticating users has been one of the biggest issues I've faced so far.

1 comments

in addition to our first blog post:

http://blog.auth0.com/2014/01/07/angularjs-authentication-wi...

Jose Paddilla is using it with django and he wrote a blog post:

http://jpadilla.com/post/73791304724/auth-with-json-web-toke...

and he wrote the backend for django:

https://github.com/GetBlimp/django-rest-framework-jwt

I hope this help you.

Thanks! Will check these out.