MCPcopy Create free account
hub / github.com/Datakitpage/Datakit / getProfile

Method getProfile

backend/api/src/auth/auth.controller.ts:94–96  ·  view source on GitHub ↗
(@Request() req)

Source from the content-addressed store, hash-verified

92 @UseGuards(JwtAuthGuard)
93 @Get('me')
94 getProfile(@Request() req) {
95 return req.user;
96 }
97
98 @Get('status')
99 @HttpCode(HttpStatus.OK)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected