🌐
GitHub
github.com › Flask-Middleware › flask-security
GitHub - Flask-Middleware/flask-security · GitHub
Contribute to Flask-Middleware/flask-security development by creating an account on GitHub.
Author   Flask-Middleware
🌐
GitHub
github.com › pallets-eco › flask-security
GitHub - pallets-eco/flask-security: Quick and simple security for Flask applications · GitHub
Quick and simple security for Flask applications. Contribute to pallets-eco/flask-security development by creating an account on GitHub.
Starred by 698 users
Forked by 166 users
Languages   Python 95.0% | HTML 4.2% | JavaScript 0.8%
🌐
GitHub
github.com › kantorii › flask-security-too
GitHub - kantorii/flask-security-too: Quick and simple security for Flask applications · GitHub
Quick and simple security for Flask applications. Contribute to kantorii/flask-security-too development by creating an account on GitHub.
Author   kantorii
🌐
GitHub
github.com › topics › flask-security
flask-security · GitHub Topics · GitHub
Concise skeleton for development of Flask, Flask-Restless, SQLAlchemy, JWT based REST APIs. ... Vimana is a modular security framework for auditing Python APIs and Web applications.
🌐
GitHub
github.com › mattupstate › flask-security-example
GitHub - mattupstate/flask-security-example: Example applications for Flask-Security · GitHub
Example applications for Flask-Security. Contribute to mattupstate/flask-security-example development by creating an account on GitHub.
Starred by 55 users
Forked by 21 users
Languages   Python
🌐
GitHub
github.com › pallets-eco › flask-security-3.0
GitHub - pallets-eco/flask-security-3.0: Quick and simple security for Flask applications · GitHub
July 30, 2024 - Quick and simple security for Flask applications. Contribute to pallets-eco/flask-security-3.0 development by creating an account on GitHub.
Starred by 1.6K users
Forked by 503 users
Languages   Python 95.5% | HTML 4.5%
🌐
GitHub
github.com › pwdel › flasksecurity
GitHub - pwdel/flasksecurity: Playing around with logins, best practices for security, etc. · GitHub
Review Flask overall architecture (written above, in the comparison of Django vs. Flask). Review more articles about securing flask applications in general, flask security considerations.
Author   pwdel
🌐
GitHub
github.com › mattupstate › flask-security › blob › develop › flask_security › core.py
flask-security-3.0/flask_security/core.py at develop · pallets-eco/flask-security-3.0
Quick and simple security for Flask applications. Contribute to pallets-eco/flask-security-3.0 development by creating an account on GitHub.
Author   pallets-eco
🌐
GitHub
github.com › inveniosoftware › flask-security-fork
GitHub - inveniosoftware/flask-security-fork: Fork of Flask-Security: quick and simple security for Flask applications. · GitHub
Fork of Flask-Security: quick and simple security for Flask applications. - inveniosoftware/flask-security-fork
Starred by 24 users
Forked by 27 users
Languages   Python 95.3% | HTML 4.4% | Shell 0.3%
Find elsewhere
🌐
GitHub
github.com › hansonkd › FlaskBootstrapSecurity
GitHub - hansonkd/FlaskBootstrapSecurity: A Flask Application with Twitter Bootstrap, Flask-Security, MongoEngine, Gmail, and User Registration preconfigured.
class Config(object): SECRET_KEY = '{SECRET_KEY}' SITE_NAME = 'Flask Site' SITE_ROOT_URL = 'http://example.com' LOG_LEVEL = logging.DEBUG MEMCACHED_SERVERS = ['localhost:11211'] SYS_ADMINS = ['foo@example.com'] # Mongodb support MONGODB_DB = 'testing' MONGODB_HOST = 'localhost' MONGODB_PORT = 27017 # Configured for Gmail DEFAULT_MAIL_SENDER = 'Admin < username@example.com >' MAIL_SERVER = 'smtp.gmail.com' MAIL_PORT = 465 MAIL_USE_SSL = True MAIL_USERNAME = 'username@gmail.com' MAIL_PASSWORD = '*********' # Flask-Security setup SECURITY_EMAIL_SENDER = 'Security < security@example.com >' SECURIT
Starred by 142 users
Forked by 37 users
Languages   Python 67.2% | HTML 32.6% | Shell 0.2% | Python 67.2% | HTML 32.6% | Shell 0.2%
🌐
GitHub
github.com › mattupstate › flask-security-example › blob › master › app.py
flask-security-example/app.py at master · mattupstate/flask-security-example
Example applications for Flask-Security. Contribute to mattupstate/flask-security-example development by creating an account on GitHub.
Author   mattupstate
🌐
GitHub
github.com › meltano › flask-security
GitHub - meltano/flask-security: Quick and simple security for Flask applications
Quick and simple security for Flask applications. Contribute to meltano/flask-security development by creating an account on GitHub.
Author   meltano
🌐
GitHub
github.com › pallets-eco › flask-security › milestones
Milestones - pallets-eco/flask-security · GitHub
Quick and simple security for Flask applications. Contribute to pallets-eco/flask-security development by creating an account on GitHub.
Author   pallets-eco
🌐
GitHub
github.com › inveniosoftware › flask-security-fork › blob › master › docs › quickstart.rst
flask-security-fork/docs/quickstart.rst at master · inveniosoftware/flask-security-fork
Fork of Flask-Security: quick and simple security for Flask applications. - inveniosoftware/flask-security-fork
Author   inveniosoftware
🌐
GitHub
github.com › pallets-eco › flask-security › issues
Issues · pallets-eco/flask-security
Quick and simple security for Flask applications. Contribute to pallets-eco/flask-security development by creating an account on GitHub.
Author   pallets-eco
🌐
GitHub
github.com › Beit-Hatfutsot › flask-security
GitHub - Beit-Hatfutsot/flask-security: Quick and simple security for Flask applications · GitHub
Quick and simple security for Flask applications. Contribute to Beit-Hatfutsot/flask-security development by creating an account on GitHub.
Author   Beit-Hatfutsot
🌐
GitHub
github.com › pallets-eco › flask-security-3.0 › blob › develop › CHANGES
flask-security-3.0/CHANGES at develop · pallets-eco/flask-security-3.0
July 30, 2024 - Quick and simple security for Flask applications. Contribute to pallets-eco/flask-security-3.0 development by creating an account on GitHub.
Author   pallets-eco
🌐
GitHub
github.com › pallets-eco › flask-security › security
Overview · pallets-eco/flask-security · GitHub
The current feature release will receive security fixes. Fixes to older versions may be considered based on usage information and severity, but are not guaranteed. After fixing an issue, we will make a new release. Flask-Security-Too WebAuthn reauthentication freshness bypass via cross-user assertion
🌐
Readthedocs
flask-security-too.readthedocs.io
Welcome to Flask-Security — Flask-Security 5.8.1 documentation
Flask-Security allows you to quickly add common security mechanisms to your Flask application. They include: Authentication (via session, Basic HTTP, or token) ... Social Login (OAuth) for authentication (e.g. google, github, ..) (optional)
🌐
GitHub
gist.github.com › techniq › 4516395
Configure Flask-Security · GitHub
Configure Flask-Security. GitHub Gist: instantly share code, notes, and snippets.