Rémi THOMAS
Results
12
comments of
Rémi THOMAS
trafficstars
The versions are: - `oidc-provider`: `7.14.0` - `nest-oidc-provider`: `1.1.1` It is setup like this: ```ts // app.module.ts @Module({ imports: [ OidcModule.forRootAsync({ imports: [ConfigModule], useFactory: async (dbService: DataSource, configService: ConfigService) =>...
Good idea, I will try to do it when I will get some bandwidths 😄