How can I use allauth in API? #4992
Replies: 4 comments 3 replies
-
I've used https://django-rest-auth.readthedocs.io in a project, and it integrates with allauth, however I later heard some good things about https://jazzband.github.io/django-rest-knox to do API auth well. I have no idea if that second option integrates with allauth though. |
Beta Was this translation helpful? Give feedback.
-
I more like https://dj-rest-auth.readthedocs.io/en/latest/ |
Beta Was this translation helpful? Give feedback.
-
I'm using TokenAuthentication, maybe I'm gonna wait for allauth API support. Thanks everybody! |
Beta Was this translation helpful? Give feedback.
-
The API allauth is developing will be a standalone API without any DRF integration. So I don't think it will benefit us since we cannot incorporate the endpoints in the rest of the API. So you will point your clients to a different OpenAPI spec when it comes about authentication. |
Beta Was this translation helpful? Give feedback.
-
Hi everybody!
How can I use allauth in API? I want to do a REST API so I don't want to use the users' module.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions