nest-keycloak-connect icon indicating copy to clipboard operation
nest-keycloak-connect copied to clipboard

keycloak-nodejs-connect module for Nest

Results 42 nest-keycloak-connect issues
Sort by recently updated
recently updated
newest added

We are simply loading the Keycloak config and declaring the guards in the providers: ``` imports: [ KeycloakConnectModule.registerAsync({ useExisting: KeycloakConfigService, imports: [KeycloakConfigModule], }) ], providers: [ { provide: APP_GUARD, useClass:...

Status: Needs Investigation

In my case, the @KeycloakUser decorator isn't working for some reason ![image](https://github.com/user-attachments/assets/156fa77f-c4ae-4043-9baa-b6d052c3c13c) versions: ```json "keycloak-connect": "^26.0.1", "nest-keycloak-connect": "^1.10.1", ```