Metadata-Version: 1.1
Name: dash-flask-login
Version: 0.0.2
Summary: Integration of Dash with Flask-Login
Home-page: https://github.com/gaw89/dash-flask-login
Author: Gideon Whitehead
Author-email: gideon.whitehead@uphs.upenn.edu
License: MIT
Description-Content-Type: UNKNOWN
Description: # Integration of Dash with Flask-Login
        
        ### Intro
        #### Dash-Flask-Login is a [Dash](https://github.com/plotly/dash) to allow integration with the popular [Flask-Login](https://github.com/maxcountryman/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.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
