MCPcopy Create free account
hub / github.com/chainjet/platform /

Class

apps/api/src/auth/auth.module.ts:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 exports: [AuthService, OAuthStrategyFactory],
36})
37export class AuthModule {
38 configure(consumer: MiddlewareConsumer): void {
39 consumer.apply(OAuthStrategyFactory.initializePassport()).forRoutes(ExternalOAuthController)
40 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected