Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeFox-Repo/codefox
/
Class
backend/src/user/user.module.ts:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
imports: [
24
// JWTAuthGuard needs it; `me` and `uploadAvatar` are guarded.
25
JwtCacheModule,
26
TypeOrmModule.forFeature([User]),
27
JwtModule,
28
AuthModule,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected