Skip to content

zdogan/stormpath-flask-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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-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: support@stormpath.com

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.4%
  • Python 45.0%
  • CSS 4.3%
  • Makefile 0.3%