django-rest-framework-social-oauth2 icon indicating copy to clipboard operation
django-rest-framework-social-oauth2 copied to clipboard

python-social-auth and oauth2 support for django-rest-framework

Results 49 django-rest-framework-social-oauth2 issues
Sort by recently updated
recently updated
newest added

Hy, I am using django-rest-social-oauth2, and I need to handle the exceptional cases in which existing user wants to signin from facebook, so the current flow is that if the...

Hi There, would it be possible to add this line of code within the "rest_framework_social_oauth2/urls.py" file. This helps with Django4.0 and would also work with the older version. Replace ```...

Ideally we should decide which module to import based on the Django version, but this is a stop-gap solution to get things running for Django 4 onwards.

I want to make social auth and get name and email from google sign in. I've been adding an extra scope ``` SOCIAL_AUTH_GOOGLE_OAUTH2_SCOPE = ['https://www.googleapis.com/auth/userinfo.email', 'https://www.googleapis.com/auth/userinfo.profile', 'openid'] ``` but, after...

django.conf.urls is deprecated in django 4 and thus throws an error.I have fixed by using from django.urls import re_path instead

I've been trying to implement sign in with apple following [this article](https://medium.com/@kaseyb002/apple-sign-in-with-django-rest-framework-3fdbdae6a1d4) and instructions [from the docs](https://python-social-auth.readthedocs.io/en/latest/backends/apple.html), but still struggling. I have set up everything from the docs, but whenever...

Hello guys my project using https://github.com/RealmTeam/django-rest-framework-social-oauth2 for my project that include stripe on mobile I’m converting them to django native code Is this the one I should use > https://github.com/jazzband/django-oauth-toolkit/issues...

I'm using django rest fw social oauth2 after following the installation guide to a t. The grant_type `conver_token` works fine, but if I try to POST a request where the...

When I try to get a access_key, I get this error. My google token is google secret key, maybe i am wrong when inserting this key into token? Please tell...

# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine rest_framework_social_oauth2/oauth2_endpoints.py. 2. Search for `internaly`. # Expected Behaviour 1. Should read `internally`. Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md To...