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

when i post "auth/convert-token/" i got "error: "access_denied" error_description: "Your credentials aren't allowed",what is the problem? this is my post {"grant_type":"convert_token","client_id":"04ePfGbSWlriwuCnNIQlTQoJUA5uGrADXHaXLxU1","client_secret":"PqEBgppeQ6H6GbBgErwx893ZKMdy4rFPy5Mu9DWYlUJlLPTYKBkEKaXHlet7gdYp757F6rL3F6TocHRhcTaTbimi7ue0imSDKdtMufKpIfMUqkNHUKRBR7cWWduj64N6","backend":"google-oauth2","token":"eyJhbGciOiJSUzI1NiIsImtpZCI6IjA5MDVkNmY5Y2Q5YjBmMWY4NTJlOGIyMDdlOGY2NzNhYmNhNGJmNzUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiNDEyNDM4NDU1NDcwLWJnbHB2MTFoN2htaGFkN3JkNTVtMmRtdWszZGtwOWk0LmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiNDEyNDM4NDU1NDcwLWJnbHB2MTFoN2htaGFkN3JkNTVtMmRtdWszZGtwOWk0LmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTEwMzM2OTE3OTM3MjYxODEyMTE5IiwiZW1haWwiOiIxMzA1MTAxNzY1QHFxLmNvbSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoidnE0em5XZVhyei1wYi1JWDROV2NNQSIsIm5hbWUiOiJ4cWRvbmcgeHFkb25nIiwicGljdHVyZSI6Imh0dHBzOi8vbGg2Lmdvb2dsZXVzZXJjb250ZW50LmNvbS8tQ2JQVnFaVWZVSFUvQUFBQUFBQUFBQUkvQUFBQUFBQUFBQUEvQUNIaTNyY2hQSmtDdk96OEJRRmljekZEMm5FcEYxV002US9zOTYtYy9waG90by5qcGciLCJnaXZlbl9uYW1lIjoieHFkb25nIiwiZmFtaWx5X25hbWUiOiJ4cWRvbmciLCJsb2NhbGUiOiJ6aC1DTiIsImlhdCI6MTU1MzE0MTI4OSwiZXhwIjoxNTUzMTQ0ODg5LCJqdGkiOiI3OGQ4MDM3MDc2ODUwZjYwZmMzMWE5ZGZmN2Q4M2VmYjEyMmE2OTVhIn0.cPdpfIV8Cy0TZmdrB96xKAp7WuariTFbLmbJJYFtFLZBZ93Jy-FDVl6p5vy6uVFCLJr6U57M_398EGQtKU7HIJC0dG1mL3lKFqrYubttpSHIuKNiRluGCzLscVO-POlyIeSU-OEpSoz5RqMTEO1SZ_KlWBkZbkPtILBWJ5Du4DB9xVxWI5s-ZPj6y1lfrTCGGOY89w6JrEObhv65-i6xmOdjQqPQAgE_c577tfVpbTxrtLpBlNFqNrngIJAA7YS6rEvMi83kr4EOxVZiz8Eh2IZ7bYEaPdWrFDw3w5f0UxQTado9gw-TmT3GpE8r3MA-UB8E9OJE7WE3F9u4HgbBmw"} my application ![image](https://user-images.githubusercontent.com/34646379/54733047-4c7d3480-4bd2-11e9-8fc3-0cda211ed087.png)

Facebook works well for me but with Google I am getting http error 400, I am sending this in the POST from my Android to auth/convert-token/: ``` "grant_type" -> "convert_token"...

The current code doesn't check to see if the supplied access token is expired. This adds a check for the `exp` field of the JWT

In such case that user email is unique and normal user registering is available: If a user tries to social sign-in with a registered email, it will end up with...

In my Django project with django-rest-framework, we use JWT authentication and want to implement the social login by google. So, I installed and configured **django-rest-framework-social-oauth2** with backend **google-oath2** in the...

Clarify where new application needs to be added cuz I legit couldn't find it :sweat_smile:

Hi all. My team and I are constantly using this framework and it seems it has died out there. I contacted the owner by email asking if he would add...

I've worked my way through the tutorial, attempting to setup Github as the authorization backend. I'm _trying_ to wrap my head around the proper workflow between client application and the...

enhancement
question

Would you please add the test suite to the sdist uploaded to PyPi, and create tags in https://github.com/RealmTeam/django-rest-framework-social-oauth2/releases for at least the latest release, so it is possible to download...

Hi, I'm having a problem while **converting a token** obtained from a _third-party provider_ to an _internal_ one The request I'm making is the same specified in the [example](https://github.com/PhilipGarnero/django-rest-framework-social-oauth2#testing-the-setup) in...