79771187

Date: 2025-09-22 02:41:41
Score: 0.5
Natty:
Report link

For people following the Nest.js Passport.js tutorial that end up having this issue, what fixed it for me is adding the secret as an option again

this.jwtService.sign(payload, {
    secret: jwtConstants.secret
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: hkisthebest