MCPcopy Create free account
hub / github.com/bsoc-bitbyte/busify / logout

Method logout

backend/src/Auth/auth.controller.ts:16–18  ·  view source on GitHub ↗
(@Res() res: Response)

Source from the content-addressed store, hash-verified

14 @UseGuards(JwtAuthGuard)
15 @Get('logout')
16 async logout(@Res() res: Response) {
17 return await this.authService.logout(res);
18 }
19 @UseGuards(JwtAuthGuard)
20 @Get('me')
21 async getCurrentUser(@Req() req: Request) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected