adonis5-jwt
adonis5-jwt copied to clipboard
What is token ?
Hi admin, i have a question :
what mean token in table "jwt_tokens"
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.