mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-02 04:05:19 +08:00
Update cookie.md to reflect correct status code on login (#1349)
* Update cookie.md to reflect correct status code on login * Add complete HTTP response code * Update HTTP response code in docs for cookie transport
This commit is contained in:
@ -42,7 +42,7 @@ Logout the authenticated user against the method named `name`. Check the corresp
|
||||
!!! fail "`401 Unauthorized`"
|
||||
Missing token or inactive user.
|
||||
|
||||
!!! success "`200 OK`"
|
||||
!!! success "`204 No content`"
|
||||
The logout process was successful.
|
||||
|
||||
## Register router
|
||||
|
||||
Reference in New Issue
Block a user