mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Add 6 -> 7 migration doc
This commit is contained in:
10
docs/migration/6x_to_7x.md
Normal file
10
docs/migration/6x_to_7x.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 6.x.x ➡️ 7.x.x
|
||||
|
||||
* The deprecated dependencies to retrieve current user have been removed. Use the `current_user` factory instead. [[Documentation](https://fastapi-users.github.io/fastapi-users/usage/current-user/)]
|
||||
* When trying to authenticate a not verified user, a **status code 403** is raised instead of status code 401. Thanks @daanbeverdam 🎉 [[Documentation](https://fastapi-users.github.io/fastapi-users/usage/current-user/#current_user)]
|
||||
|
||||
---
|
||||
|
||||
* Database adapters now live in their [own repositories and packages](https://github.com/fastapi-users).
|
||||
* When upgrading to v7.0.0, the dependency for your database adapter should automatically be installed.
|
||||
* The `import` statements remain unchanged.
|
||||
@@ -70,3 +70,4 @@ nav:
|
||||
- migration/2x_to_3x.md
|
||||
- migration/3x_to_4x.md
|
||||
- migration/4x_to_5x.md
|
||||
- migration/6x_to_7x.md
|
||||
|
||||
Reference in New Issue
Block a user