Flask-Stormpath

Flask-Stormpath is an extension for Flask that makes it incredibly simple to add users and user data to your application. It aims to completely abstract away all user registration, login, authentication, and authorization problems, and make building secure websites painless. And the best part? You don’t even need a database!

Note

Unfortunately, this library will NOT work on Google App Engine due to the requests module not working :(

API Reference

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

Additional Notes

This part of the documentation covers changes between versions and upgrade information, to help you migrate to newer versions of Flask-Stormpath easily.

Flask-Stormpath is made available under the Apache License, Version 2.0. In short, you can do pretty much whatever you want!