Skip to main content
0 votes
0 answers
122 views

To preface, I'm not asking for a direct fix here, I'm just curious if what I'm doing is the appropriate auth flow for setting dynamic client ID based on device platform. I am 2 applications that use ...
Kelvin Jou's user avatar
2 votes
0 answers
160 views

I am always getting a 401 response after login to django-allauth on session (and other endpoints). See example code: def login(email, password): response = requests.post( f'{baseurl}/api/...
Loic Quertenmont's user avatar
0 votes
1 answer
142 views

Context: I'm setting DRF + dj-rest-auth + allauth + simple-jwt for user authentication. Desired behaviour: Register with no username, only email. Authorize login only if email is verified with a link ...
Oliver Mohr Bonometti's user avatar
0 votes
1 answer
118 views

We recently upgraded to django-allauth[mfa, socialaccount]==65.11.0 where we are using an OIDC-provider that extends OAuth2Client and we discovered that one of our SocialApplication configs that is ...
krikkaa's user avatar
  • 35
1 vote
1 answer
164 views

I am using dj-rest-auth with Django as the backend and React.js as the frontend. I want the password reset email to point to my React frontend URL, not the default API endpoint. Sending: http://...
CodeMonk's user avatar
  • 942
2 votes
1 answer
80 views

I'm trying to implement passkeys, more or less like https://react.demo.allauth.org/account/login. It's working at localhost, but when I deploy my application I'm not able to login because the rpId ...
Lodewijck's user avatar
  • 426
0 votes
0 answers
91 views

I have a Django app that uses django-allauth. My OIDC provider supports backchannel logout and I would like to support this in my Django app. I could not find an included View so I built my own custom ...
Harold Holsappel's user avatar
1 vote
2 answers
150 views

How to use CustomUser with dj_rest_auth to register with email and password. I have the source code below, but the username information is required during the sign-up process. I would like to know how ...
Tio's user avatar
  • 1,022
0 votes
1 answer
241 views

I'm running a Django server which has API's I consume through a React Native and React applications. I want it to work for Google, Facebook, Instagram and Twitter. For this question I want to focus on ...
sqwale's user avatar
  • 583
0 votes
1 answer
73 views

I am using django-allauth in my project and I have configured Google as a SocialAuth provider. I have a custom signal receiver that updates the phone number on the SocialAuthAccount after the user ...
arunkumar's user avatar
  • 34.5k
2 votes
2 answers
780 views

I'm working on a Django project using django-allauth and dj-rest-auth for authentication. I've set up a custom user model (CustomUser) where email is the USERNAME_FIELD and username is set to None. I'...
Md Roni Ahamed's user avatar
0 votes
0 answers
70 views

I'm 99% sure it has to do with my custom authentication model, as shown below: from django.contrib.auth.backends import ModelBackend from django.contrib.auth import get_user_model from django.db....
Rhulani Mogotsi's user avatar
0 votes
1 answer
98 views

I got a Django-allauth backed site with legacy local users most of which eventually should be connected to social login upon their next sign-in, whenever that might be. Only supported social provider ...
J. Couch's user avatar
1 vote
1 answer
209 views

I'm trying to get through the tutorial https://www.youtube.com/watch?v=WbNNESIxJnY&t=499s. At 4:17:26 the author implements the django-allauth-ui library into the project. The tutorial is from 10 ...
metju29's user avatar
  • 11
0 votes
1 answer
139 views

I'm working on integrating Google OAuth2 login/signup with Django, but I'm encountering an issue during the first signup attempt. The Flow: New User Registration using Google. The user clicks on the ...
Dhawan Solanki's user avatar

15 30 50 per page
1
2 3 4 5
115