flask-session
Session manager
Adds support for server-side sessions to Flask web applications.
Server side session extension for Flask
507 stars
22 watching
238 forks
Language: Python
last commit: 27 days ago
Linked from 1 awesome list
flasksessions
Related projects:
Repository | Description | Stars |
---|---|---|
pallets-eco/flask-caching | An extension for Flask that simplifies the use of caching in web applications. | 893 |
pallets-eco/flask-mail | A Flask extension that simplifies email sending functionality | 609 |
pallets-eco/flask-rq | A library that integrates Redis queues with Flask applications | 217 |
pallets-eco/flask-debugtoolbar | Tools for debugging and inspecting Flask web applications | 952 |
pallets-eco/flask-wtf | A tool that simplifies the integration of Flask web framework and WTForms form handling with features like CSRF protection, file uploads, and reCAPTCHA support. | 1,465 |
pallets-eco/wtforms | A flexible forms validation and rendering library for Python web development | 1,509 |
flask-extensions/flask-simplelogin | Provides a simple authentication mechanism for Flask applications | 199 |
joulez/pyramid_sessions | Enables multiple session support in Pyramid Web Framework applications | 0 |
pallets-eco/flask-admin | A simple and extensible administrative interface framework for Flask web applications | 5,795 |
noraj/flask-session-cookie-manager | Tool for encoding and decoding Flask session cookies | 641 |
paluigi/flask-htmx | Demonstrates integration of Flask-Sock and HTMX for updating web pages without full page reloads. | 4 |
pyexcel-webwares/flask-excel | A Flask extension for working with various Excel file formats using the pyexcel library | 259 |
pallets/flask | A lightweight Python framework for building web applications with flexible dependencies and extensible functionality. | 68,094 |
bbangert/beaker | A caching and session management library for web applications. | 523 |
jazzband/django-user-sessions | Enhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management. | 632 |