Skip to content

docs(backends): document backend class paths#446

Merged
nijel merged 1 commit into
python-social-auth:masterfrom
nijel:module-name
Jun 23, 2026
Merged

docs(backends): document backend class paths#446
nijel merged 1 commit into
python-social-auth:masterfrom
nijel:module-name

Conversation

@nijel

@nijel nijel commented Jun 23, 2026

Copy link
Copy Markdown
Member

Fixes #217

@nijel nijel self-assigned this Jun 23, 2026
@nijel nijel enabled auto-merge (rebase) June 23, 2026 14:24
@nijel nijel merged commit b47e5f0 into python-social-auth:master Jun 23, 2026
3 checks passed
@nijel nijel deleted the module-name branch June 23, 2026 14:27

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a5d7ac65eb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docs/backends/orcid.rst
Comment on lines +18 to +19
* - ``orcid-sandbox``
- ``social_core.backends.orcid.ORCIDOAuth2Sandbox``

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include the ORCID member backend paths

This new table is presented as the class-path list to choose from for AUTHENTICATION_BACKENDS, but it stops at the public and sandbox backends while the same page still documents the Member API backend below (social_core.backends.orcid.ORCIDMemberOAuth2) and notes that a Member API sandbox variant is available. ORCID Member API users will still miss the backend class path from the new summary table; include the member and member-sandbox class paths here as well.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Please add module name for the AUTHENTICATION_BACKENDS setting to the documentation for particular backends

1 participant