Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO MERGE] Sign-in-or-up docs #1772

Merged
merged 41 commits into from
Jan 16, 2025

Conversation

alexcarpenter
Copy link
Member

@alexcarpenter alexcarpenter commented Dec 4, 2024

Explanation:

Resolves SDKI-747

We are introducing a combined sign-in-or-up flow that will be the default experience using the <SignIn /> component. Users will be able to still opt-in to a custom <SignUp /> page by adding a custom sign-up route along with setting their CLERK_SIGN_UP_URL.

This PR:

  • Introduce documentation on combined sign-in-or-up flows using <SignIn /> component
  • Introduce redirect https://github.com/clerk/clerk/pull/853
    // redirects/dynamic/docs.jsonc
    {
      "source": "/docs/references/:path/custom-signup-signin-pages",
      "destination": "/docs/references/:path/custom-sign-in-or-up-page",
      "permanent": true,
    },
    // redirects/static/docs.json
    {
      "source": "/docs/references/expo/web-support/custom-signup-signin-pages",
      "destination": "/docs/references/expo/web-support/custom-sign-in-or-up-page",
      "permanent": true
    }

Checklist

  • I have clicked on "Files changed" and performed a thorough self-review
  • I have added the "deploy-preview" label and added the preview link(s) to this PR description
  • All existing checks pass

Copy link

github-actions bot commented Dec 4, 2024

Hey, here’s your docs preview: https://clerk.com/docs/pr/1772

@alexcarpenter alexcarpenter changed the title [WIP] Sign-in combined flow docs [WIP] Sign-in-or-up combined flow docs Dec 9, 2024
@alexcarpenter alexcarpenter changed the title [WIP] Sign-in-or-up combined flow docs [WIP] Sign-in-or-up docs Dec 10, 2024
@alexcarpenter alexcarpenter mentioned this pull request Dec 10, 2024
3 tasks
Copy link
Contributor

@zchsh zchsh left a comment

Choose a reason for hiding this comment

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

Looks great! 💯 🤩

  • 👀 I skimmed all the pages linked in the PR description
  • ⛏️ For those PR description links, I had to adjust some signup vs sign-up differences in the URLs, which is pretty nitpicky so def feel free to ignore. I couldn't find any actual broken links in the docs themselves (... do we have a broken link checker?)
  • ❓ I found a lil typo-ish bug in the Expo sidebar, I think at some point the useOauth() item got dropped and replaced with a duplicate sign-in-or-up link

docs/manifest.json Outdated Show resolved Hide resolved
docs/manifest.json Outdated Show resolved Hide resolved
Copy link

Hey, here’s your docs preview: https://clerk.com/docs/pr/1772

@brkalow brkalow changed the title [DO NOT MERGE] Sign-in-or-up docs [DO MERGE] Sign-in-or-up docs Jan 16, 2025
@brkalow brkalow merged commit 88a38ee into main Jan 16, 2025
4 checks passed
@brkalow brkalow deleted the alexcarpenter/sdki-747-launch-draft-docs-changes branch January 16, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants