Open vanhcoder opened 9 months ago
To find a solution to your problem, I think you have to provide more information (snippet)
I have the same issue it appears you get a JWT token with only 2 parts. the VERIFY SIGNATURE part of the jwt-token is missing.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you still think this issue is needed, reopen it again.
After successfully logging in and receiving the access token, when I decode it using https://jwt.io, it appears to be invalid, and I suspect it might be missing some information.