fix: DOCS-5290 replace custom URI schemes with App Links and Universal Links in React Native quickstart#969
Conversation
…l Links in React Native quickstart - Update callback/logout URLs from custom URI schemes to HTTPS format - Android: set auth0Scheme to "https" to enable App Links - iOS: replace CFBundleURLSchemes/AppDelegate config with Associated Domains (applinks:YOUR_DOMAIN) - Update troubleshooting and production deployment sections accordingly - Fix placeholder variables to ALL_CAPS format (YOUR_DOMAIN, YOUR_CLIENT_ID) - Style fixes: select over click, imperative voice, remove Latin abbreviations Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Summary
Redirects per inputRedirects in main/docs/quickstart/native/react-native/index.mdx
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
com.example.auth0://) to HTTPS format (https://YOUR_DOMAIN/android/.../callbackandhttps://YOUR_DOMAIN/ios/.../callback); replaced dual Info/Warning callouts with a single Info callout explaining App Links and Universal Links verification.auth0Schemefrom"${applicationId}.auth0"to"https"in thebuild.gradlemanifest placeholders snippet; added Info callout explaining thatauth0Scheme: "https"enables App Links.CFBundleURLSchemes/CFBundleURLTypesinInfo.plistandAppDelegate.mm/AppDelegate.swiftURL handler blocks; replaced with Associated Domains (applinks:YOUR_DOMAIN) Xcode configuration steps and an Info callout explaining Universal Links verification.webcredentials:reference.{yourDomain}→YOUR_DOMAIN,{yourClientId}→YOUR_CLIENT_ID(ALL_CAPS placeholder format throughout); "click" → "select"; "app" → "application";e.g.→ "for example"; removed passive voice in steps.Test plan
build.gradlecode block displaysauth0Scheme: "https"with correct syntax highlightingInfo.plistorAppDelegatecontent){yourDomain},{yourClientId}, or.auth0custom scheme references in the fileCloses DOCS-5290
🤖 Generated with Claude Code