Flask-KVSession-fork


NameFlask-KVSession-fork JSON
Version 0.6.4 PyPI version JSON
download
home_pagehttps://github.com/infobyte/flask-kvsession
SummaryTransparent server-side session support for flask
upload_time2022-03-23 21:04:36
maintainer
docs_urlNone
authorMarc Brinkmann
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            Flask-KVSession
===============

Flask-KVSession is an `MIT-licensed
<https://github.com/mbr/flask-kvsession/blob/master/LICENSE>`_ server-side
session replacement for `Flask <http://flask.pocoo.org>`_'s signed
client-based session management. Instead of storing data on the client, only a
securely generated ID is stored on the client, while the actual session data
resides on the server.

This has two major advantages:

* Clients no longer see the session information
* It is possible to securely destroy sessions to protect against replay
  attacks.

Other things are possible with server side session that are impossible with
clients side sessions, like inspecting and manipulating data in absence of the
client.

Flask-KVSession uses the `simplekv <http://github.com/mbr/simplekv>`_-package
for storing session data on a variety of backends, including `redis
<http://redis.io>`_, `memcached <http://memcached.org>`_, SQL databases using
`SQLAlchemy <http://sqlalchemy.org>`_, `mongoDB <http://www.mongodb.org/>`_ or
just flat files.

Integration with Flask is seamless, once the extension is loaded for a Flask
application, it transparently replaces Flask's own Session management. Any
application working with sessions should work the same with Flask-KVSession
(if it does not, file a bug!).


Documentation and development
-----------------------------

Development `happens on github <https://github.com/mbr/flask-kvsession/>`_,
you can find the `documentation on PyPI
<http://pythonhosted.org/Flask-KVSession>`_.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/infobyte/flask-kvsession",
    "name": "Flask-KVSession-fork",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Marc Brinkmann",
    "author_email": "git@marcbrinkmann.de",
    "download_url": "https://files.pythonhosted.org/packages/86/18/cd8e47e67629dbe996dfade3737e2882bfbedc5a30e67ecd75de00695e07/Flask-KVSession-fork-0.6.4.tar.gz",
    "platform": "any",
    "description": "Flask-KVSession\n===============\n\nFlask-KVSession is an `MIT-licensed\n<https://github.com/mbr/flask-kvsession/blob/master/LICENSE>`_ server-side\nsession replacement for `Flask <http://flask.pocoo.org>`_'s signed\nclient-based session management. Instead of storing data on the client, only a\nsecurely generated ID is stored on the client, while the actual session data\nresides on the server.\n\nThis has two major advantages:\n\n* Clients no longer see the session information\n* It is possible to securely destroy sessions to protect against replay\n  attacks.\n\nOther things are possible with server side session that are impossible with\nclients side sessions, like inspecting and manipulating data in absence of the\nclient.\n\nFlask-KVSession uses the `simplekv <http://github.com/mbr/simplekv>`_-package\nfor storing session data on a variety of backends, including `redis\n<http://redis.io>`_, `memcached <http://memcached.org>`_, SQL databases using\n`SQLAlchemy <http://sqlalchemy.org>`_, `mongoDB <http://www.mongodb.org/>`_ or\njust flat files.\n\nIntegration with Flask is seamless, once the extension is loaded for a Flask\napplication, it transparently replaces Flask's own Session management. Any\napplication working with sessions should work the same with Flask-KVSession\n(if it does not, file a bug!).\n\n\nDocumentation and development\n-----------------------------\n\nDevelopment `happens on github <https://github.com/mbr/flask-kvsession/>`_,\nyou can find the `documentation on PyPI\n<http://pythonhosted.org/Flask-KVSession>`_.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Transparent server-side session support for flask",
    "version": "0.6.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "612ba160d7e230dbf4c46509735ce2f7",
                "sha256": "024f52557fb9b70bd1ef21d0888897b33a677972d83986f1bff5621a67505eed"
            },
            "downloads": -1,
            "filename": "Flask_KVSession_fork-0.6.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "612ba160d7e230dbf4c46509735ce2f7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6299,
            "upload_time": "2022-03-23T21:04:35",
            "upload_time_iso_8601": "2022-03-23T21:04:35.479428Z",
            "url": "https://files.pythonhosted.org/packages/7e/f5/e47afec85c91188bf5b1f593a100b39b97cfd6d06ceb08a800cafc482b7f/Flask_KVSession_fork-0.6.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "a65be44f6dbe8694c8e086ab00434ddc",
                "sha256": "709e6a3bcb828fc181e3c26781534ae645409e313db682b7a03b5be1b3fea5c7"
            },
            "downloads": -1,
            "filename": "Flask-KVSession-fork-0.6.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a65be44f6dbe8694c8e086ab00434ddc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 38330,
            "upload_time": "2022-03-23T21:04:36",
            "upload_time_iso_8601": "2022-03-23T21:04:36.755608Z",
            "url": "https://files.pythonhosted.org/packages/86/18/cd8e47e67629dbe996dfade3737e2882bfbedc5a30e67ecd75de00695e07/Flask-KVSession-fork-0.6.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-03-23 21:04:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "infobyte",
    "github_project": "flask-kvsession",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "flask-kvsession-fork"
}
        
Elapsed time: 0.01794s