Flask-cookie-decode

Latest version: v0.4.1

Safety actively analyzes 619401 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.4.1

======================================

Chores
------

- Added a github action that runs a test suite with variety of Python and Flask versions.
The github action also builds and deploys the package to Pypi. (actions)

0.4.0

======================================

Bugfixes
--------

- remove dependency on flask.helpers.total_seconds (13)

0.3.2

======================================

Bugfixes
--------

- The `fcd` client now handles compressed cookies. (10)

0.3.1

======================================

Features
--------

- Add the `fcd` CLI for reading cookies without a flask app. (8)

0.3.0

======================================

Bugfixes
--------

- In all previous releases the CLI with the ``--timestamp`` CLI flag was actually
returning the timestamp when the cookie was signed. *Not* the timestamp when the
cookie expires, as it should have been doing.

In all previous releases there was no error handling for expired cookies. This
release now returns a ``ExpiredCookie`` when it is detected. (1)


Improved Documentation
----------------------

- Updates the documentation to include some more details about the way the
Flask session works, and things you should be looking out for from a security
perspective. The documentation also reflects the latest in terms of the way
the CLI works. (1)

0.1.0

==================

* First release on PyPI.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.