Quart-auth

Latest version: v0.11.0

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

Scan your dependencies

Page 2 of 3

0.7.0

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

* Require Quart >= 0.18
* Switch to GitHub rather than GitLab.

0.6.0

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

* Support Python 3.10
* Add a basic_auth_required decorator.

0.5.0

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

* Support authenticating WebSocket connections.
* Make testing with logged in users easier via a
test_client.authenticated context manager.
* Ensure wrapped routes are async.

0.4.0

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

* Bugfix set domain when deleting auth cookie.
* Change the default SameSite from Strict to Lax.
* Change the default hashing algorithm to SHA512. This will invalidate
any existing cookies.
* Switch from setting expires to max age.
* Add a renew_login function, to renew the cookie expiry.
* Ensure cookies are deleted - by using the same samesite attribute as
configured.
* Require Quart >= 0.13

0.3.0

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

* Add current_user as a template context - to allow its usage when
rendering templates.
* Introduce a Quart-Auth specific Unauthorized exception - to allow
specific actions when unauthorized requests are made e.g. redirects.

0.2.0

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

* Loosen python version requirement - now requires Python >= 3.7.
* Ensure the current_user resolves to an Unauthenticated user on
logout.
* Refactor User classes remove AnnonymousUser and UserABC, use only
AuthUser.

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.