social-core icon indicating copy to clipboard operation
social-core copied to clipboard

Python Social Auth - Core

Results 120 social-core issues
Sort by recently updated
recently updated
newest added

## 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...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/python-social-auth/social-core). > [!NOTE] These dependencies have not received...

This is just a slightly modified version of the azure_tenant backend that uses OID instead of sub claim as the UID. Allows admins to more-safely switch to a version of...

This module has collected backends for years. Many of them are no longer working. I've randomly identified some of them when looking for backend documentation and removed them. But it...

help wanted

We have a number of apps deployed with PSA set up in email authentication mode. For the most part it works okay, but since the introduction of single-use code verification...

stale

The ["OpenID Connect Core 1.0" specification](https://openid.net/specs/openid-connect-core-1_0.html) defines a few optional parameters to be used during the [authentication request](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest). This optional parameters are - [x] `nonce` - [x] `display` - [x]...

We should improve the AuthAlreadyAssociated exception and other exceptions in social-core to include identifying information such as the user ID or UID. This would significantly help with debugging and tracing...

I am not sure what deprecation policy this project has but iiuc the endpoint below is deprecated and will be decommissioned eventually not too long from now. It has been...

PyJWT is mostly used since https://github.com/python-social-auth/social-core/pull/819, but since then, https://github.com/python-social-auth/social-core/pull/614 was merged, and I didn't realize it reintroduces jose usage. We should replace jose usage in that code as well...

help wanted

### Expected behaviour I would like the ability to skip the Universal login, allowing me to direct my users to specific authentication methods with a single click. This would mean...