Validate only received 'Access Token' in Django DRF API Requests. Is this headless? #4126
Unanswered
sachingaikwad123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Thanks for building this wonderful package. It is very nicely maintained with lots of documentation help available. Thanks!
I have following question for using django-allauth in my 'Django + DRF' (Backend Only) project.
Setup:
Frontend and Backend are completely disconnected.
Flow
Question
Is this setup supported by 'django-allauth' where we don't need 'login flow' but we only need 'Token Authentication' by validating the tokens? I read and understood 'HEADLESS_ONLY = True' is this, but I could be wrong.
Beta Was this translation helpful? Give feedback.
All reactions