All Projects → gaw89 → dash-flask-login

gaw89 / dash-flask-login

Licence: MIT license
A plugin to integrate Dash and Flask-Login

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to dash-flask-login

Dash Stock Tickers Demo App
Dash Demo App - Stock Tickers
Stars: ✭ 108 (+100%)
Mutual labels:  plotly, dash
app rasa chat bot
a stateless chat bot to perform natural language queries against the App Store top charts
Stars: ✭ 20 (-62.96%)
Mutual labels:  plotly, dash
Dash Sample Apps
Open-source demos hosted on Dash Gallery
Stars: ✭ 2,090 (+3770.37%)
Mutual labels:  plotly, dash
Hexapod Robot Simulator
A hexapod robot simulator built from first principles
Stars: ✭ 577 (+968.52%)
Mutual labels:  plotly, dash
Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (+359.26%)
Mutual labels:  plotly, dash
Fitly
Self hosted web analytics for endurance athletes
Stars: ✭ 65 (+20.37%)
Mutual labels:  plotly, dash
Dash Oil And Gas Demo
Dash Demo App - New York Oil and Gas
Stars: ✭ 156 (+188.89%)
Mutual labels:  plotly, dash
Dash Docs
📖 The Official Dash Userguide & Documentation
Stars: ✭ 338 (+525.93%)
Mutual labels:  plotly, dash
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+28774.07%)
Mutual labels:  plotly, dash
Slapdash
Boilerplate for bootstrapping scalable multi-page Dash applications
Stars: ✭ 225 (+316.67%)
Mutual labels:  plotly, dash
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (+620.37%)
Mutual labels:  plotly, dash
dash-google-auth
(Deprecated) Dash Extension for Google OAuth
Stars: ✭ 60 (+11.11%)
Mutual labels:  plotly, dash
Explainerdashboard
Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.
Stars: ✭ 378 (+600%)
Mutual labels:  plotly, dash
Hiitpi
A workout trainer Dash/Flask app that helps track your HIIT workouts by analyzing real-time video streaming from your sweet Pi using machine learning and Edge TPU..
Stars: ✭ 106 (+96.3%)
Mutual labels:  plotly, dash
Dash Table
A First-Class Interactive DataTable for Dash
Stars: ✭ 382 (+607.41%)
Mutual labels:  plotly, dash
Real Time Sentiment Tracking On Twitter For Brand Improvement And Trend Recognition
A real-time interactive web app based on data pipelines using streaming Twitter data, automated sentiment analysis, and MySQL&PostgreSQL database (Deployed on Heroku)
Stars: ✭ 127 (+135.19%)
Mutual labels:  plotly, dash
Dash Cytoscape
Interactive network visualization in Python and Dash, powered by Cytoscape.js
Stars: ✭ 309 (+472.22%)
Mutual labels:  plotly, dash
Dashr
Dash for R - An R interface to the Dash ecosystem for creating analytic web applications
Stars: ✭ 337 (+524.07%)
Mutual labels:  plotly, dash
Dash Flask Login
Implementation of Flask-login on top of Dash.
Stars: ✭ 158 (+192.59%)
Mutual labels:  plotly, dash
2019-nCoV-dash
新型冠状病毒(2019-nCoV)肺炎(COVID-19)疫情展示
Stars: ✭ 13 (-75.93%)
Mutual labels:  plotly, dash

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].