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

Method constructor

apps/api/src/auth/auth.controller.ts:24–27  ·  view source on GitHub ↗
(
    private auth: AuthService,
    @Inject(AUTH_CONFIG) private cfg: AuthConfig,
  )

Source from the content-addressed store, hash-verified

22@Controller("auth")
23export class AuthController {
24 constructor(
25 private auth: AuthService,
26 @Inject(AUTH_CONFIG) private cfg: AuthConfig,
27 ) {}
28
29 private setRefreshCookie(res: Response, token: string) {
30 res.cookie(COOKIE, token, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected