djbeadle / flask-session-2021

A fork of flask-session with bug fixes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A fork of flask-session with bug fixes

License:Other


Languages

Language:Python 99.2%Language:Makefile 0.8%