Replies: 2 comments
-
Security wise OAT are far superior that JWT. In fact, JWT is something I recommend everyone to not use at all, unless you have a very specific use case that only JWT tokens can solve. I recommend reading following resources to understand why |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did an implementation using adonis guard, which I consider to be the "most correct" way. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is there an official method of using JWT for auth?
If not, do you think it is fine to use the current OAT one over JWT, securitywise?
Beta Was this translation helpful? Give feedback.
All reactions