-
Notifications
You must be signed in to change notification settings - Fork 404
feat(clerk-js): Add experimental combined flow #4607
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
Conversation
🦋 Changeset detectedLatest commit: 742be9e The changes in this PR will be included in the next version bump. This PR includes changesets to release 22 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Hey @alexcarpenter - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/astro@1.5.1-snapshot.v20241204133228 --save-exact
npm i @clerk/backend@1.18.1-snapshot.v20241204133228 --save-exact
npm i @clerk/chrome-extension@2.0.2-snapshot.v20241204133228 --save-exact
npm i @clerk/clerk-js@5.35.2-snapshot.v20241204133228 --save-exact
npm i @clerk/elements@0.19.9-snapshot.v20241204133228 --save-exact
npm i @clerk/clerk-expo@2.3.12-snapshot.v20241204133228 --save-exact
npm i @clerk/expo-passkeys@0.0.10-snapshot.v20241204133228 --save-exact
npm i @clerk/express@1.3.19-snapshot.v20241204133228 --save-exact
npm i @clerk/fastify@2.0.21-snapshot.v20241204133228 --save-exact
npm i @clerk/localizations@3.7.1-snapshot.v20241204133228 --save-exact
npm i @clerk/nextjs@6.5.2-snapshot.v20241204133228 --save-exact
npm i @clerk/nuxt@0.0.6-snapshot.v20241204133228 --save-exact
npm i @clerk/clerk-react@5.17.2-snapshot.v20241204133228 --save-exact
npm i @clerk/remix@4.2.58-snapshot.v20241204133228 --save-exact
npm i @clerk/clerk-sdk-node@5.0.70-snapshot.v20241204133228 --save-exact
npm i @clerk/shared@2.17.1-snapshot.v20241204133228 --save-exact
npm i @clerk/tanstack-start@0.5.5-snapshot.v20241204133228 --save-exact
npm i @clerk/testing@1.3.31-snapshot.v20241204133228 --save-exact
npm i @clerk/themes@2.1.49-snapshot.v20241204133228 --save-exact
npm i @clerk/types@4.35.1-snapshot.v20241204133228 --save-exact
npm i @clerk/ui@0.1.26-snapshot.v20241204133228 --save-exact
npm i @clerk/vue@0.0.10-snapshot.v20241204133228 --save-exact |
|
!snapshot |
|
Hey @alexcarpenter - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/astro@1.5.5-snapshot.v20241205154639 --save-exact
npm i @clerk/backend@1.19.3-snapshot.v20241205154639 --save-exact
npm i @clerk/chrome-extension@2.0.6-snapshot.v20241205154639 --save-exact
npm i @clerk/clerk-js@5.39.1-snapshot.v20241205154639 --save-exact
npm i @clerk/elements@0.21.1-snapshot.v20241205154639 --save-exact
npm i @clerk/clerk-expo@2.4.2-snapshot.v20241205154639 --save-exact
npm i @clerk/expo-passkeys@0.0.14-snapshot.v20241205154639 --save-exact
npm i @clerk/express@1.3.23-snapshot.v20241205154639 --save-exact
npm i @clerk/fastify@2.0.25-snapshot.v20241205154639 --save-exact
npm i @clerk/localizations@3.7.5-snapshot.v20241205154639 --save-exact
npm i @clerk/nextjs@6.7.2-snapshot.v20241205154639 --save-exact
npm i @clerk/nuxt@0.0.10-snapshot.v20241205154639 --save-exact
npm i @clerk/clerk-react@5.18.3-snapshot.v20241205154639 --save-exact
npm i @clerk/remix@4.3.3-snapshot.v20241205154639 --save-exact
npm i @clerk/clerk-sdk-node@5.0.74-snapshot.v20241205154639 --save-exact
npm i @clerk/shared@2.19.1-snapshot.v20241205154639 --save-exact
npm i @clerk/tanstack-start@0.6.3-snapshot.v20241205154639 --save-exact
npm i @clerk/testing@1.3.35-snapshot.v20241205154639 --save-exact
npm i @clerk/themes@2.1.53-snapshot.v20241205154639 --save-exact
npm i @clerk/types@4.38.1-snapshot.v20241205154639 --save-exact
npm i @clerk/ui@0.2.1-snapshot.v20241205154639 --save-exact
npm i @clerk/vue@0.0.14-snapshot.v20241205154639 --save-exact |
brkalow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Co-authored-by: Bryce Kalow <bryce@clerk.dev>
Co-authored-by: Bryce Kalow <bryce@clerk.dev>
Co-authored-by: Bryce Kalow <bryce@clerk.dev>
Co-authored-by: Dylan Staley <88163+dstaley@users.noreply.github.com> Co-authored-by: Bryce Kalow <bryce@clerk.dev>
Description
Introduce experimental combined sign in flow.
buildUrl#4626SignInCombinedPropsoption #4691Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change