All Projects → stormpath → stormpath-flask-sample

stormpath / stormpath-flask-sample

Licence: other
A simple sample application which makes use of the Flask-Stormpath library.

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
Makefile
30231 projects

#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 [email protected].

stormpath-flask-sample

A sample Flask application which demonstrates how to successfully use Flask-Stormpath to handle user authentication and authorization for your web app.

Getting Started

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: [email protected]

Screenshots

Here are some various screenshots of the application (and bootstrap script!), so you can get an idea of what you're in for :)

Installing Requirements

Boostrap Script

Running

Index Page

Registration Page

Dashboard Page

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].