-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jwt verify problems #15
Comments
Might be related to what i want #17 |
We both got issue on |
Verification can fail if there’s a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello guys, i got a problem with the .verify method of the @elysia/jwt package.
I'm trying to verify my jwt token but it doesn't work and return false.
jwt.io tell me there is nothing wrong with my token
here is my code:
this code is in a middleware, and the cookie is set in the request.
the code of the jwtAccess.verify method is:
Even this, return false
every time i want to check the jwt, it returns me false but when i check it with the jwt.io debugger, it works.
is there a problem with the verify method or am i doing something wrong?
full repo: https://github.com/ImJustLucas/bun-elysia-boilerplate/tree/master
The text was updated successfully, but these errors were encountered: