Proper way for user authentication with angularjs and flask Proper way for user authentication with angularjs and flask flask flask

Proper way for user authentication with angularjs and flask


I have written several tutorials on RESTful APIs with Flask, all with examples that are ready to use:

http://blog.miguelgrinberg.com/category/REST

The tutorials are:

I hope they are useful.


You can use flask-security together with Angular. You can even get CSRF support. I simply disabled WTFForms support and used the Flask backend only as REST API.I wrote a tutorial how to do this here. Source code is also available.