Fastapi-users

Latest version: v13.0.0

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

Scan your dependencies

Page 13 of 17

2.0.1

Not secure
Bug fixes

* Fix 171 : Swagger documentation for `/register` endpoint only shows relevant fields. Thanks martincolladofab!
* The recommendation now is **not** to make the `UserRegister` model inherit from the `User` model. This way, you can fine tune the fields you want for registration.

2.0.0

Not secure
Breaking changes

* JWT authentication backend now outputs token in `access_token` property rather than `token`.

Fixes

* Fix Swagger authentication with JWT backend (213). Thanks nullhack!
* Fix token URL route in documentation examples (210). Thanks nullhack!

Improvements

* Bump dependencies:
* `fastapi>=0.54.0,<0.59.0`

1.1.1

Not secure
Improvements

* Bump dependencies:
* `fastapi >=0.54.0,<0.56.0`

1.1.0

Not secure
New features

* Add `get_optional_user_*` dependency callables to optionally retrieve an authenticated user without raising an HTTP error. [[Documentation](https://frankie567.github.io/fastapi-users/usage/dependency-callables/#get_optional_current_user)]

Bug fixes

* Remove users router instantiated by `FastAPIUsers` in its constructor.

1.0.0

Not secure
This is a major release with lot of changes under the hood. Please review the [Migration documentation](https://frankie567.github.io/fastapi-users/migration/08_to_10/) carefully.

Breaking changes

* User id. and OAuth accounts id. are now real UUID instead of strings. This way, we can leverage the efficient storage and indexing of DBMS that support it (PostgreSQL and MongoDB).
* Routers are now splitted. You have to include all the ones you need, with control on the prefix and tags.

Bug fixes

* Fix 68 (at last!). Security schemes are now correctly discovered by the OpenAPI schema (even multiple ones!).

0.8.1

Not secure
Improvements

* Bump dependencies:
* `email-validator ==1.1.0`

Page 13 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.