docs(backends): document backend class paths#446
Conversation
There was a problem hiding this comment.
💡 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".
| * - ``orcid-sandbox`` | ||
| - ``social_core.backends.orcid.ORCIDOAuth2Sandbox`` |
There was a problem hiding this comment.
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 👍 / 👎.
Fixes #217