mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Update docs about transports
This commit is contained in:
@@ -30,7 +30,7 @@ This method will return the in the following form upon successful login:
|
||||
|
||||
## Logout
|
||||
|
||||
The logout method with this transport returns nothing.
|
||||
!!! success "`204 No content`"
|
||||
|
||||
## Authentication
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ This method will return a response with a valid `set-cookie` header upon success
|
||||
|
||||
This method will remove the authentication cookie:
|
||||
|
||||
!!! success "`200 OK`"
|
||||
!!! success "`204 No content`"
|
||||
|
||||
> Check documentation about [logout route](../../../usage/routes.md#post-logout).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user