django-rest-framework-social-oauth2
django-rest-framework-social-oauth2 copied to clipboard
python-social-auth and oauth2 support for django-rest-framework
Hi, I am looking at the google-oath2 example and it mentions you can get a test access-token for testing converting it to an internal token, however what I am trying...
When trying to revoke have an error (working via PostMan) : { "error": "invalid_request", "error_description": "URL query parameters are not allowed" }
I am setting up a Django backend REST API which served data to my android application. Currently the following happens: 1. The android application authenticates with Google OAuth2,0 and obtains...
Google and Facebook both recommends to verify the tokens which are received from the client as follows: https://developers.google.com/identity/sign-in/web/backend-auth **Does this package automatically verify the tokens or do we have to...
This helps with Django4.0 and would also work with the older version. Replace ```python from django.conf.urls import url, include ``` To ```python from django.conf.urls import include try: from django.conf.urls import...
`hi i was trying to post in postman using some parameters like client_id and client secret and token which i got it from Facebook[enter image description here][2] developer app `...
0 I'm trying to associate user with multiple social accounts in Django Rest Framework. After user login, user can associate with social accounts (it doesn't matter same email or different...
We seem to be getting a 401 error with the new django admin with drf social oauth2. But working fine on Postman ** We are getting a 401 Error (Unauthorized)...