Flask-Session-2021
Flask-Session-2021
is an extension for the Python Flask framework that adds support for server-side session to your application.
You should also check out these other solutions:
-
Flask-login by Max Countryman
Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.
-
Flask's built-in client-side session
Note that secrets should never be stored stored in the client-side session. Miguel Grinberg has a good blog post describing the issue.
Notes on this Fork
Flask-Session-2021
is a fork of the Flask-Session package by fengsp. The goal is to be a drop in replacement for the original package