Quart-auth

Latest version: v0.11.0

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

Scan your dependencies

Page 1 of 3

0.11.0

-----------------

* Support SECRET_KEY_FALLBACKS when loading tokens to allow for key
rotation.
* Bugfix ensure user_class is used if set in QuartAuth constructor.
* Support Python 3.13, drop Python 3.8.

0.10.1

-----------------

* Bugfix don't override a user set user_class or serializer_class.

0.10.0

-----------------

* Bugfix the Serializer init type hinting
* Update extention init typing to match docs and code.
* Allow the user_class and serializer_class to be specified in the
constructor.

0.9.1

----------------

* Bugfix decorator type hinting.
* Bugfix after_{request,websocket} function typing.
* Display some helpful warnings for development usage.

0.9.0

----------------

* Support multiple authentication schemes, whilst supporting a default
singleton global. This renames ``AuthManager`` -> ``QuartAuth`` and
removes the TestClient ``authenticated`` and ``generate_auth_token``
methods - use the ``authenticated_client`` and ``generate_auth_token``
functions instead.

0.8.0

----------------

* Utilise the extensions app attribute. The ``app.auth_manager`` is no
longer used, instead use ``app.extensions["QUART_AUTH"]``.
* Allow the token to be customised if desired.
* Add a bearer mode to allow for non-cookie based authentication. This
change will cause all existing tokens to be invalid, requiring a new
login.
* Support Python 3.11

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.