Fastapi-users

Latest version: v13.0.0

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

Scan your dependencies

Page 16 of 17

0.5.1

Not secure
Improvements

* Expose more options to tune the generated cookie with Cookie authentication. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/authentication/cookie/#configuration)]
* Bump dependencies:
* `fastapi==0.46.0`

0.5.0

Not secure
Fixes

* Fix 83: custom fields where not output in API responses. Thanks MariusMez!

Breaking changes

* Each User Pydantic model variations should be defined by the end-developer and passed to the `FastAPIUsers` object. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/model/#define-your-models)] [[Documentation](https://frankie567.github.io/fastapi-users/configuration/router/#configure-fastapiusers)]
* Pydantic model for the DB representation should be passed to the DB adapter. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/databases/sqlalchemy/#create-the-database-adapter)]
* Tortoise base model class is now an `abstract` model and is now named `TortoiseBaseUserModel`. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/databases/tortoise/)]

0.4.1

Not secure
Fixes

* Fix 77: with Tortoise ORM, use a `CharField` as primary key instead of a `TextField`. Thanks grigi!

Improvements

* Bump dependencies:
* `fastapi==0.45.0`
* `tortoise==0.15.5`
* `motor==2.1.0`
* `sqlalchemy==1.3.12`

0.4.0

Not secure
New features

* Multiple authentication backends. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/authentication/)]
* Tortoise ORM database adapter. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/databases/tortoise/)] Thanks prostomarkeloff!

Breaking changes

* Authentication is now configured with a list, to allow multiple authentication backends. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/authentication/)]
* There are several login routes, one for each authentication backend. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/authentication/)]

Improvements

* Bump dependencies:
* `fastapi==0.44.0`

Known limitations

* Automatic documentation doesn't discover authentication method. See 68.

0.3.2

Not secure
Fixes

* Fix 36: fix token url in auto doc

Improvements

* Bump dependencies:
* `databases==0.2.5`
* `sqlalchemy==1.3.11`
* `fastapi==0.43.0`
* Documentation improvements (40). Thanks prostomarkeloff!
* Test pipeline is now run both on Python 3.7 and 3.8

0.3.1

Not secure
Fixes

* Fix 35: import error when trying to import `fastapi_users.db` when optional `mongodb`/`sqlalchemy` depencies are not installed. Thanks erkandem!

Improvements

* Add error codes on error responses. [[Documentation](https://frankie567.github.io/fastapi-users/usage/routes/)]

Page 16 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.