python-social-auth icon indicating copy to clipboard operation
python-social-auth copied to clipboard

Social auth made simple

Results 24 python-social-auth issues
Sort by recently updated
recently updated
newest added

Hi. I tried to integrate linkedin openid connect auth in my django app. But on complete step, request is stuck. Can I enable debug logs to understand at which step...

https://github.com/omab/python-social-auth/blob/81c0a542d158772bd3486d31834c10af5d5f08b0/social/backends/google.py#L2C48-L2C60 social/backends/google.py", line 1, in from social_core.backends.google import BaseGoogleAuth, BaseGoogleOAuth2API, \ ImportError: cannot import name 'GoogleOpenId' from 'social_core.backends.google' (social_core/backends/google.py)

I am trying to get social login working together with `django-two-factor-auth` (so that it requires additional authentication step for users with 2FA enabled). I am now stuck for several hours...

Exactly as per the title. I am trying to create an application that any user can connect to so I thought I should use the B2C backend for Azure, which...

We are using python social auth version = (0, 2, 12) We updated Facebook APP version from 2.5 to 2.12 We enabled Use Strict Mode for Redirect URIs (This setting...

https://github.com/omab/python-social-auth/blob/81c0a542d158772bd3486d31834c10af5d5f08b0/social/tests/models.py#L169 https://docs.python.org/3/library/base64.html#base64.encodestring

Hello Guys! im stuck with above mention problem. in my project which is already 50% dveloped i use owner model to represent owner of shop and then i used user...

Bumps [python-saml](https://github.com/onelogin/python-saml) from 2.1.3 to 2.4.0. Release notes *Sourced from [python-saml's releases](https://github.com/onelogin/python-saml/releases).* > ## OneLogin's SAML Python Toolkit v2.4.0 > Changelog: > * Fix vulnerability [CVE-2017-11427](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11427). Process text of nodes...

dependencies