Fastapi-users

Latest version: v13.0.0

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

Scan your dependencies

Page 7 of 17

9.2.0

Not secure
New features and improvements

* Revamp of SQLAlchemy database adapter using pure SQLAlchemy ORM with asyncio support. [[Documentation](https://fastapi-users.github.io/fastapi-users/configuration/databases/sqlalchemy/)]
* You can install it with `pip install fastapi-users[sqlalchemy2]`
* The previous one is still available on `fastapi-users[sqlalchemy]` but is now **deprecated**.

9.1.1

Not secure
Bug fixes

* Bump database adapters dependencies versions to work with new Database strategy. [[Documentation](https://fastapi-users.github.io/fastapi-users/configuration/authentication/strategies/database/)]

9.1.0

Not secure
New features and improvements

* Database authentication strategy: access tokens are stored in your database. [[Documentation](https://fastapi-users.github.io/fastapi-users/configuration/authentication/strategies/database/)]

9.0.1

Not secure
Bug fixes

* Fix `ImportError` when redis optional dependency not installed.

9.0.0

Not secure
**Version 9 changes the way authentication backends work so that they are more modular and ease the integration of new methods.**

Breaking changes

**Please read the [migration page](https://fastapi-users.github.io/fastapi-users/migration/8x_to_9x/) to update your configuration.**

* Authentication backends are now composed of a **Transport** and a **Strategy**. [[Documentation](https://fastapi-users.github.io/fastapi-users/configuration/authentication/)]
* An OAuth router is now required for each authentication backend. [[Documentation](https://fastapi-users.github.io/fastapi-users/configuration/oauth/#generate-a-router)]

New features and improvements

* More modular design for authentication backends.
* New authentication strategy storing tokens in a Redis store. [[Documentation](https://fastapi-users.github.io/fastapi-users/configuration/authentication/strategies/redis/)]

Documentation

* Full examples are now back in the repository and directly included in the documentation. [[Documentation](https://fastapi-users.github.io/fastapi-users/configuration/full-example/)]

8.1.5

Not secure
**This is a critical bug fix for v8 branch. Still, I can't commit to maintain both versions, so consider upgrading to v9 as soon as possible.**

Bug fixes

* Fix 834: backend name were incorrectly set during OAuth request. Thanks Hazedd 🎉

Page 7 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.