social-core
social-core copied to clipboard
Python Social Auth - Core
According to https://python-social-auth.readthedocs.io/en/latest/configuration/settings.html, "All settings can be defined per-backend by adding the backend name to the setting name, like SOCIAL_AUTH_TWITTER_LOGIN_URL". This changes user.py to actually use per-backend settings for options...
This isn’t an issue just a proposal for a feature for consideration. FB requires a deletion callback url for an app to go live. Maybe it doesn’t fit into these...
### Expected behaviour I would like to be able to use an OAuth2 service without having to make a custom backend python file just in order to set the URLs....
I added mocklab provider for testing. draft code here, I'll make a pr and do fully test in the future.: ``` """ @author: https://github.com/lvelvee """ from social_core.backends.oauth import BaseOAuth2 class...
### Expected behaviour I'm trying to devise a way of conveying a user-friendly name for each of the backends, so that when displaying links on a login page I can...
Is there a way to associate different social user even if the authenticated user is using a different email? The goal is to offer users a way to associate multiple...
## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves...
## Proposed changes Adds a new backend to support uffd single sign on - https://git.cccv.de/uffd/uffd As there are multiple uffd installations, the base URL is configured through config not code....
### Expected behaviour When the SAML backend supplies a `fullname`, my Django user should have `first_name` and `last_name` set: if `fullname` is set but not `first_name`/`last_name`, PSA should (optionally?) generate...
Hi @nijel I am curious about the release cycle of the project as well as the date of the next planned release. Can you please share some information on that...