Skip to content

A plugin to integrate Dash and Flask-Login

License

Notifications You must be signed in to change notification settings

siriusa51/dash-flask-login

 
 

Repository files navigation

Integration of Dash with Flask-Login

Intro

Dash-Flask-Login is a Dash to allow integration with the popular Flask-Login for user session management.

Dash-Admin is intended to be plug and play! Providing user authentication should be as simple as:

auth = FlaskLoginAuth(dash_app)

Documentation

For now, please look at usage_dash_flask_login.py for an example of using login/logout forms created as separate Dash apps. Look at usage_dash_flask_login_with_default_views.py to see an example with the default login/logout forms provided by the package.

Installation

Dash-Flask-Login can be installed via pip install dash-flask-login.

WARNING:

This package is provided without any warranty. The responsibility of securely storing user data is the sole responsibility of the developer. The creator of this package will not be held liable for any breach of security while using the package.

About

A plugin to integrate Dash and Flask-Login

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.9%
  • HTML 6.1%