Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
auth.controller.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected