[feat] Social account authentication
Hey guys. First of, thanks for a great boilerplate.
I was wondering if anyone has implemented social auth on top of this boilerplate repo? And if so, how would you approach it? I found a few articles where people have attempted adding django-allauth but all articles seem to be outdated and i simply wonder if that's a feasible solution to go for. Here is the latest articles i could find. And some older one here.
Hey,
first of all, I never implemented social auth in django-allauth via API but after quick investigation this is how the implementation process should look like:
- django-allauth has a headless mode which exposes API
- once the headless mode is activated and API exposed it is needed to rewrite
auth.tsto use new API so all the authentication occurrs on the backend side of frontend - I believe after django-allauth implementation
djangorestframework-simplejwtcan be removed
Indeed, the headless was implemented in allauth the last year https://docs.allauth.org/en/dev/headless/openapi-specification/