Odedeyi Opeyemi
Odedeyi Opeyemi
> Alright I seemed to have fixed all of the API endpoints so that they are able to be interacted with by only the API. I did it by overriding...
> I've documented how I solved the problem here: > > https://gist.github.com/iMerica/a6a7efd80d49d6de82c7928140676957 > > My Context: > > * DRF + SPA (React/Redux) > * Django Rest Auth + Django...
> Just ran into this issue. Has anyone opened a PR to call the allauth `perform_login` function instead of the django login function if allauth is installed? Seems like this...
I had issues with this not too long ago. the problem is I thought Django-rest-auth or Dj-rest-auth handles it for users, but that is not the case. in my case,...
In my case, the EMAIL_VERIFICATION was mandatory and the email didn't send automatically. I also posted this issue on different platforms wasting months with no reply till today. that is...