79204929

Date: 2024-11-19 20:19:10
Score: 1.5
Natty:
Report link

I recently had similar problem.

It might be solution

JwtModule.register({
  global: true,
  secret: "secret",
  signOptions: { expiresIn: "1d" },
}),

just add global: true

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: przybylku