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

[WIP] Sign-in-or-up docs #1772

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

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 update will also default Account Portal to using the combined flow, instead of having separate sign-in sign-up pages.

This PR:

  • Introduce documentation on combined sign-in-or-up flows using <SignIn /> component
  • Introduce redirect https://github.com/clerk/clerk/pull/853
    {
      "source": "/docs/references/:path/custom-signup-signin-pages",
      "destination": "/docs/references/:path/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
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.

1 participant