How to verify the created token? #498
Unanswered
ShahadatAnik
asked this question in
Q&A
Replies: 2 comments
-
What do you mean by "how to verify a token"? The lib is providing a way to hash any string with random salt, and then compare it with the original one, this should be clear on README. |
Beta Was this translation helpful? Give feedback.
0 replies
-
but, how to verify that, this my generated token? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am creating token using await signJWT for api and sending to the client. Now i want to verify the given token that i have created? How to do that in this library. I haven't found any funtion like that.
Beta Was this translation helpful? Give feedback.
All reactions