supertokens / supertokens-core

Open source alternative to Auth0 / Firebase Auth / AWS Cognito
https://supertokens.com
Other
13.18k stars 523 forks source link

Passkeys Support #1046

Open victorbojica opened 1 month ago

victorbojica commented 1 month ago

🚀 Feature

Implementation details

Implemenation docs: https://docs.google.com/document/d/1G7tO9_dSNi8wur3ajGg4pq-wiHatKDbHv2sBt-uSbQg/edit

TODO

rishabhpoddar commented 1 month ago

Suggested flow

Final flow

Older flow (please ignore below)

victorbojica commented 1 month ago

Should also think about account recovery (lost device that had passkeys) and the constraints that the passkey usage adds to the flows (such as having email input as a separte step in the log in flow).

dipeshsingh253 commented 1 month ago

Hi @victorbojica , @rishabhpoddar

It seems I don’t have access to the implementation document. However, I reviewed the comments from @rishabhpoddar, and the flow is clear to me. I’d love to contribute to this task—could you please assign it to me?

Thanks!