Get information Token #2682
Answered
by
d4n1b
erickximenes
asked this question in
Help
Get information Token
#2682
-
Is there any way to obtain the information of the Token generated at the moment of Login and create a middleware to verify this token. |
Beta Was this translation helpful? Give feedback.
Answered by
d4n1b
May 28, 2021
Replies: 1 comment 1 reply
-
Hi @ZaunSupremoXV , I hope it helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
erickximenes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ZaunSupremoXV ,
Is this not managed automatically by AdonisJS auth module? You can read the basic here & about the middleware here
I hope it helps.