Replies: 1 comment 11 replies
-
It is not entirely clear to me which case you want to implement. Do you want to get information about the authorized user somewhere outside the route or controller? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to decode a token in order to obtain user information. However, after reading the documentation, I discovered that we can obtain user information using route authentication as
So, how can I decode a token at any point throughout the code?
Beta Was this translation helpful? Give feedback.
All reactions