social-docs
social-docs copied to clipboard
Python Social Auth - Docs
### Expected behaviour Documentation exists for Auth0 which is supported in the code as a backend: https://github.com/python-social-auth/social-core/blob/master/social_core/backends/auth0.py ### Actual behaviour Describe what happens instead and why is it an issue....
https://python-social-auth.readthedocs.io/en/latest/configuration/django.html#urls-entries ```python urlpatterns = patterns('', ... url('', include('social_django.urls', namespace='social')) ... ) ``` The `url()` function was [removed in Django's 4.0 release](https://docs.djangoproject.com/en/5.0/releases/4.0/#features-removed-in-4-0). Old documentation states it was an alias for `django.urls.re_path()`,...
[Storage](https://github.com/python-social-auth/social-docs/blob/master/docs/storage.rst#models-examples) docs link to nonexistent implementation. I'm about 80% sure these are supposed to point somewhere inside the social-examples repo...
* 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,...
Discord is supported: https://github.com/python-social-auth/social-core/blob/master/social_core/backends/discord.py However, it isn't included in https://github.com/python-social-auth/social-docs/blob/master/docs/backends/index.rst.
I want to restrict authentication to my app to only my company domain which uses Gsuite ( google apps for my domain/ Google work).[ I saw this post on stackoverflow...
Facebook backend documentation doesn't mention the authentication backend package name and missing the step about adding it to `AUTHENTICATION_BACKENDS` in `settings.py`.
In the doc, there is the mention to use ``` SOCIAL_AUTH_FACEBOOK_AUTH_EXTRA_ARGUMENTS = {'display': 'touch'} ``` to have facebook expose the mobile view. With the graphAPI v3.2, this is not valid...
Hello, I configured our tool to authenticate with Okta via SAML . If I log in from our tool with SAML it functions correctly and takes me to Okta to...
It seems this repository ([python-social-auth/social-docs](https://github.com/python-social-auth/social-docs)) just has the same `CONTRIBUTING.md` as the other [python-social-auth/*](https://github.com/python-social-auth) repos. But some of the stuff in there makes little or no sense for a pure...