diff --git a/docs/configuration/authentication/transports/bearer.md b/docs/configuration/authentication/transports/bearer.md index ff614fb5..fe0586b6 100644 --- a/docs/configuration/authentication/transports/bearer.md +++ b/docs/configuration/authentication/transports/bearer.md @@ -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 diff --git a/docs/configuration/authentication/transports/cookie.md b/docs/configuration/authentication/transports/cookie.md index 38f04c02..705084dd 100644 --- a/docs/configuration/authentication/transports/cookie.md +++ b/docs/configuration/authentication/transports/cookie.md @@ -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).