adonis5-jwt icon indicating copy to clipboard operation
adonis5-jwt copied to clipboard

What is token ?

Open lanthe2905 opened this issue 2 years ago • 1 comments

Hi admin, i have a question : image

what mean token in table "jwt_tokens"

lanthe2905 avatar Sep 30 '22 16:09 lanthe2905

Apparently the private key to decode the public token, the token the user has stored in localhost or app, to convert it to a user when checks the login via authorization header, then retrieve the user from your database, prisma or eloquent.

henriquetroiano avatar Nov 25 '22 12:11 henriquetroiano