Docs
This commit is contained in:
@@ -7,8 +7,20 @@ use Khofmann\Models\User\User;
|
||||
use Khofmann\Request\Request;
|
||||
use Khofmann\Response\Response;
|
||||
|
||||
/**
|
||||
* Logout route handlers
|
||||
*/
|
||||
class Logout extends Api
|
||||
{
|
||||
/**
|
||||
* Logout POST handler
|
||||
*
|
||||
* Logout a user. User is retrieved using the authentication `token`.
|
||||
*
|
||||
* Returns user.
|
||||
*
|
||||
* @throws 404 User not found
|
||||
*/
|
||||
public function post(): void
|
||||
{
|
||||
// Get user auth token.
|
||||
|
||||
Reference in New Issue
Block a user