nramc / journey-api

This Java-based Backend For Frontend (BFF) service is designed to seamlessly integrate with the Journeys Single Page Application (SPA), offering robust backend support for frontend operations.
https://nramc.github.io/journeys
1 stars 0 forks source link

[Feature][UI/UX] Tip: Passkey steps #239

Closed nramc closed 2 months ago

nramc commented 2 months ago

To create a passkey for a website or application, a user first must register with that website or application.

Go to the application and sign in using the existing sign-in method. Click Create a passkey button. Check the information stored with the new passkey. Use the device screen unlock to create the passkey.

When they return to this website or app to sign in, they can take the following steps:

Go to the application. Tap on the account name field to show a list of passkeys in an autofill dialog. Select their passkey. Use the device screen unlock to complete the login.

The user's device generates a signature based on the passkey. This signature is used to verify the login credential between the origin and the passkey.

nramc commented 2 months ago

will be done as part of passkey implementation