Skip to content

[codex] follow up oauth quickstart fixes#93

Merged
basit3407 merged 2 commits intomainfrom
docs/followup-oauth-quickstart-fixes
Mar 31, 2026
Merged

[codex] follow up oauth quickstart fixes#93
basit3407 merged 2 commits intomainfrom
docs/followup-oauth-quickstart-fixes

Conversation

@basit3407
Copy link
Copy Markdown
Collaborator

Summary

  • add the missing direct-exchange discovery fields for the React Native examples
  • add a matching backend logout route to the quickstart backend sample
  • simplify the prerequisite wording around client provisioning and redirect URI examples

Testing

  • git diff --check
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Mar 31, 2026

Deploying qf-api-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: d8fe147
Status:⚡️  Build in progress...

View logs

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates OAuth2/OIDC documentation to fix gaps in the quickstart and React Native examples, including adding missing discovery endpoints and providing a backend logout route to support refresh-token revocation.

Changes:

  • Simplifies prerequisite wording around client provisioning and redirect URI examples.
  • Adds tokenEndpoint and revocationEndpoint to React Native discovery objects (matching direct-exchange needs).
  • Adds a backend /api/auth/qf/logout route in the quickstart backend sample and updates clients to POST refreshToken on logout.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
docs/tutorials/oidc/user-apis-quickstart.mdx Updates prerequisites, expands RN discovery fields, sends refreshToken on logout, and adds backend logout/revoke endpoint sample.
docs/tutorials/oidc/mobile-apps/react-native.mdx Expands RN discovery fields and sends refreshToken to backend logout endpoint.
docs/tutorials/oidc/getting-started-with-oauth2.mdx Simplifies Step 1 wording for requesting OAuth client credentials.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/tutorials/oidc/getting-started-with-oauth2.mdx Outdated
Comment thread docs/tutorials/oidc/user-apis-quickstart.mdx Outdated
Comment thread docs/tutorials/oidc/mobile-apps/react-native.mdx Outdated
@basit3407 basit3407 merged commit 2ea8179 into main Mar 31, 2026
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants