79140252

Date: 2024-10-30 08:39:17
Score: 1.5
Natty:
Report link

with nextjs i have same problem , and i solved it by importing the package as the following : ,

import { jwtDecode} from 'jwt-decode';

and then you can decode you token normal :

jwtDecode('your access token')
Reasons:
  • Blacklisted phrase (1): i have same problem
  • Whitelisted phrase (-2): i solved
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): i have same problem
Posted by: K.A