MCPcopy Create free account
hub / github.com/QuantiaAI/helm-agents / constructor

Method constructor

apps/api/src/auth/auth.service.ts:36–39  ·  view source on GitHub ↗
(
    private store: StoreService,
    @Inject(AUTH_CONFIG) private cfg: AuthConfig,
  )

Source from the content-addressed store, hash-verified

34@Injectable()
35export class AuthService {
36 constructor(
37 private store: StoreService,
38 @Inject(AUTH_CONFIG) private cfg: AuthConfig,
39 ) {}
40
41 private issue(user: { id: string; email: string }): AuthTokens {
42 const accessToken = signAccessToken(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected