mirror of
https://github.com/nestjs/docs.nestjs.com.git
synced 2026-02-22 04:41:31 +00:00
The secret is already configured in JwtModule and does not need to be passed again to `verifyAsync` method of `JwtService`. Reference to issue raised: #3370