add moodules

This commit is contained in:
2026-04-17 23:42:24 +01:00
parent 532458ecfa
commit a7fbb2c466
54 changed files with 3074 additions and 74 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ import { KeycloakStrategy } from "./keycloak.strategy";
@Module({
imports: [PassportModule],
providers: [KeycloakStrategy], // 👈 THIS IS THE FIX
exports: [PassportModule],
providers: [KeycloakStrategy],
exports: [PassportModule, KeycloakStrategy],
})
export class AuthModule {}