flask-security-example icon indicating copy to clipboard operation
flask-security-example copied to clipboard

Example applications for Flask-Security

Flask-Security Example

  1. Clone repo:

    $ git clone git://github.com/mattupstate/flask-security-example.git

  2. Change directory:

    $ cd flask-security-example

  3. Install dependencies:

    $ pip install -r requirements.text

  4. Copy the example email config and edit the values:

    $ cp config/email.py.example config/email.py

  5. Start the app:

    $ python app.py