CSC510-SE-Uddharsh-Vineel-Chandrakant / CSC510-WolfJobs-G50

A job portal that provides Recruiters with a means to post temporary job openings and Candidates to apply for the jobs without being concerned about permanent associations.
MIT License
0 stars 1 forks source link

Not able to verify the token? it giving undefined!!! #3

Closed vineel31 closed 1 month ago

vineel31 commented 1 month ago

image

konetichandrakant commented 1 month ago

Check your JWT secret is same for encoding and decoding. I think we can resolve this issue if we have same secret globally for entire project.

vineel31 commented 1 month ago

yes, was able to resolve.