-
* PSA = python-social-auth
This is mostly subjective but just to give a bit of context:
I'm a software engineer with moderate experience in fullstack dev. Very familiar with Flask, a bit of expe…
-
I am using VueJS as my frontend. When I login as facebook and it don't give me email I want to display page from which user can enter email and after that pipeline will continue which will create user…
-
According to the RFC (https://tools.ietf.org/html/rfc6749#section-3.2) the client MUST use POST method when making access token requests. The default value for ACCESS_TOKEN_METHOD conflicts with this…
-
When attempting to edit a ticket tasks (comment) and change the status from todo to done as well as update the real start date and real finis date the following error was returned:
```
KeyError at…
-
social-auth-app-django==1.1.0
social-auth-core==1.3.0
Django==1.11
Python 3.4
After successfully pausing the auth pipeline, and asking the user to provide an email, when I redirect to /complete/…
-
Hi,
Any reason why we can't support `social-auth-app-django` 5?
I see that the dependency has been upgraded in master already.
https://github.com/python-social-auth/social-app-django/blob/mas…
-
### Describe the issue
When using Codeberg's Weblate which only uses their own authentication with Codeberg, I am not able to use any secondary e-mails set up in the account.
I usually have an email…
-
### Expected behaviour
Should get the profile information from a LinkedIn logged in user using OAuth2
### Actual behaviour
Despite changing the scopes in settings.py, the social-auth app auto…
-
Keep getting following error in django.log
2022-12-13 22:46:59.416 INFO [zulip.auth.saml] /login/saml/ : Bad idp param: KeyError: 'IDP must contain x509cert or x509certMulti'.
my cert is the sam…
-
I found out that the requests lib is overriding the authorization header when a netrc file is in place, which is awesome. But in some cases you won't want this at all, and is a design flaw imo.
For…