-
When many users authorization appears this error. What should I do? Read the documentation and do not understand how to deal with it properly to fight ...
401 Client Error: Unauthorized for url: http…
-
I'm new to PSA so forgive me if this is silly.
I'm working on a site where we want to handle the case of a user trying to login with a social account, when a non-social account does not already exi…
-
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…
-
I'm trying to follow the instructions on https://python-social-auth.readthedocs.io/en/latest/configuration/django.html and they are pretty confusing for a newbie.
First, I think the "URL entries" …
-
* 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…
-
When logging in via OAuth, the user can get a 500 error. We get this in the logs:
```
Internal Server Error: /editgroups/oauth/complete/mediawiki/
Traceback (most recent call last):
File "/dat…
-
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…
-
This includes
- #210 - Allow email login
- #47 - 2factor auth
- #76 - email address update needs roundtrip verification
- #120 - consider replacing django-registration
- #182 - add language to user p…
-
Python 3.5 is not very happy:
```
Running setup.py install for bottle-auth
File "/var/www/venv/lib/python3.5/site-packages/bottle_auth/social/facebook.py", line 34
except HTTPRedirect…
-
The `social-app-django` folks recently merged a bug fix we care about, that may allow us to remove some gross monkey-patching on our end:
https://github.com/python-social-auth/social-app-django/pul…