maxgalbu / adonis5-jwt

JWT Authentication service for Adonisjs v5
MIT License
86 stars 15 forks source link

What is token ? #18

Open lanthe2905 opened 1 year ago

lanthe2905 commented 1 year ago

Hi admin, i have a question : image

what mean token in table "jwt_tokens"

henriquetroiano commented 1 year ago

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.