MCPcopy Create free account
hub / github.com/Braineanear/EcommerceAPI /

Class

monolithic/src/app/modules/auth/auth.service.ts:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25@Injectable()
26export class AuthService {
27 constructor(
28 private readonly userRepository: UserRepository,
29 private readonly tokenRepository: TokenRepository,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected