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

Method getCurrentUser

backend/src/Auth/auth.controller.ts:21–24  ·  view source on GitHub ↗
(@Req() req: Request)

Source from the content-addressed store, hash-verified

19 @UseGuards(JwtAuthGuard)
20 @Get('me')
21 async getCurrentUser(@Req() req: Request) {
22 const user = await this.authService.getCurrentUser(req);
23 return user;
24 }
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected