-
Notifications
You must be signed in to change notification settings - Fork 514
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
add info about passkey behavior in dev #1931
base: main
Are you sure you want to change the base?
Conversation
Hey, here’s your docs preview: https://clerk.com/docs/pr/1931 |
docs/custom-flows/passkeys.mdx
Outdated
- Create custom [`/sign-up` and `/sign-in` routes](/docs/custom-flows/overview) in your application instead of using Account Portal | ||
- Create the passkey directly through Account Portal instead of your local application |
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.
Should we specify that it doesn't need to be a full 'custom flow' and it can just be a path that hosts a <SignIn />
or <SignUp />
component?
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.
Yes, how's this? b1d2b90
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.
Yeah that works. The other workaround is to create passkeys on both, but lets not over complicate it.
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.
Appreciate the feedback! :D
Co-authored-by: Jeremy Wright <[email protected]>
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.
Looks good to me! I think this is good information to relay to our users as it may not be immediately apparent.
previews
tickets