Thalyson Rodrigues
Thalyson Rodrigues
@hoebelix and what is your timing strategy (ttl) for redis to remove your session. This is my problem, I have the same implementation but I don't want to leave a...
any solution for this?
@joemaller thanks guy
Okay, I have the following code: ```ts @OAuth2Model() @Injectable() export class OAuth2ModelService implements RequestAuthenticationModel { constructor(private readonly configService: ConfigService) {} } ``` as you can see, I'm passing the `@...
Hey guys, I think I would have to revise the lib and implement the solution. In my case I needed to inject a typeorm repository and use `configService`. So manually...