You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JwtModule does not use the nestjs v9 ModuleOptionsBuilder. That said we cannot use the providers from the parent module when we want to pass the options from a parent module (as describe here: nestjs/nest#9935).
Is there an existing issue for this?
Current behavior
JwtModule does not use the nestjs v9 ModuleOptionsBuilder. That said we cannot use the providers from the parent module when we want to pass the options from a parent module (as describe here: nestjs/nest#9935).
Minimum reproduction code
nestjs/nest#9935
Steps to reproduce
Try to use this kind of configuration described in the merged pull request.
When using this code we cannot inject
JwtService
in our service from our parent moduleExpected behavior
Allow
provideInjectionTokensFrom
to be able to use the config providers from a parent modulePackage version
9.0.0
NestJS version
9.0.11
Node.js version
16.15.1
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: