corbado / javascript

MIT License
6 stars 1 forks source link

Add client side state to login component #307

Closed Adam3371 closed 2 weeks ago

Adam3371 commented 3 weeks ago

Why

We want to simplify a users login by remembering the identifier of the last successful login and allow the user to login with the saved identifier instead of let the user enter the identifier.

For this feature a design of a new screen was drafted in Figma

TODOS

type cbo_last_passkey_identifier = {
  createdAt: numer,
  identifierValue: string, 
  identifierType: email|phone|username,
}

Implementation idea

Adam3371 commented 3 weeks ago

Update

image

Adam3371 commented 2 weeks ago

Update

Adam3371 commented 2 weeks ago

Update

Adam3371 commented 2 weeks ago

Update: