#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.
A sample Flask application which demonstrates how to successfully use Flask-Stormpath to handle user authentication and authorization for your web app.
To get started, you'll want to first clone this GitHub repository locally:
$ git clone https://github.com/stormpath/stormpath-flask-sample.git
Next, you'll want to go into the sample app directory:
$ cd stormpath-flask-sample
Then you'll want to install all of the Python requirements (via pip):
$ pip install -r requirements.txt
And lastly, you'll want to run the bootstrap.py
script which will guide you
the rest of the way:
$ python bootstrap.py
That's it! Got stuck? Just email us anytime: support@stormpath.com
Here are some various screenshots of the application (and bootstrap script!), so you can get an idea of what you're in for :)