User Authentication #253
Unanswered
MucahitErdoganUnlu
asked this question in
Q&A
Replies: 2 comments
-
I think I would stick to TokenAuthentication. Keep it simple & stupid :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
A useful website: DRF Token Authentication vs Third Party Packages (JWT and Django Rest Knox)
Since our project supports login from multiple device types, let alone multiple devices, using Third Party Packages is a better alternative. |
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
-
Our current solution for authentication on Django uses TokenAuthentication. However, we may want to change it because:
Which one should be our implementation?
Beta Was this translation helpful? Give feedback.
All reactions