Flask-Stormpath-test

Simple and secure user authentication for Flask via Stormpath.


License
Apache-2.0
Install
pip install Flask-Stormpath-test==0.4.7

Documentation

#Stormpath is Joining Okta We are incredibly excited to announce that Stormpath is joining forces with Okta. Please visit the Migration FAQs for a detailed look at what this means for Stormpath users.

We're available to answer all questions at support@stormpath.com.

stormpath-flask

Build simple, secure web applications with Stormpath and Flask!

Latest Version Downloads Build Status

Documentation

You can find this project's documentation on ReadTheDocs: http://flask-stormpath.readthedocs.org/en/latest/

Sample Application

If you'd like to hop directly into some code, we've built a sample application, which demonstrates how Flask-Stormpath can be used to build a very simple user-facing website with user registration, login, dashboard, etc.

You can find the project on GitHub here: https://github.com/stormpath/stormpath-flask-sample

This application provides a simple local web server that allows you to create users, log them in, log them out, etc.

You can use this as a reference for implementing Flask-Stormpath into your Flask projects.

Backend

This library is largely based on the excellent Flask-Login library. Most functionality is piggybacked off this library, including secure user sessions / etc.

Right now we're rapidly developing this library to make it easy for Flask developers to add user authentication to their projects without the complication that comes along with it.

If you have features or suggestions, please let me know! python@stormpath.com