Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stormpath/stormpath-flask
Build simple, secure web applications with Stormpath and Flask!
https://github.com/stormpath/stormpath-flask
Last synced: 24 days ago
JSON representation
Build simple, secure web applications with Stormpath and Flask!
- Host: GitHub
- URL: https://github.com/stormpath/stormpath-flask
- Owner: stormpath
- License: other
- Created: 2014-02-17T22:28:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T16:13:52.000Z (about 4 years ago)
- Last Synced: 2024-10-31T21:35:44.837Z (about 2 months ago)
- Language: Python
- Homepage: http://flask-stormpath.readthedocs.org/en/latest/
- Size: 3.34 MB
- Stars: 155
- Watchers: 26
- Forks: 31
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Stormpath is Joining Okta
We are incredibly excited to announce that [Stormpath is joining forces with Okta](https://stormpath.com/blog/stormpaths-new-path?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement). Please visit [the Migration FAQs](https://stormpath.com/oktaplusstormpath?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement) for a detailed look at what this means for Stormpath users.We're available to answer all questions at [[email protected]](mailto:[email protected]).
# stormpath-flask
Build simple, secure web applications with Stormpath and Flask!
[![Latest Version](https://img.shields.io/pypi/v/flask-stormpath.svg)](https://pypi.python.org/pypi/Flask-Stormpath/)
[![Downloads](https://img.shields.io/pypi/dm/flask-stormpath.svg)](https://pypi.python.org/pypi/Flask-Stormpath/)
[![Build Status](https://img.shields.io/travis/stormpath/stormpath-flask.svg)](https://travis-ci.org/stormpath/stormpath-flask)## 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-sampleThis 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](http://flask-login.readthedocs.org/en/latest/) 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!
[[email protected]](mailto:[email protected])