Hi all. We are exploring implementing passwordless...
# talk-kratos
s
Hi all. We are exploring implementing passwordless / webauthn registration and sign in for our native app using https://developers.google.com/identity/fido/android/native-apps and https://developer.apple.com/documentation/authenticationservices/public-private_key_authentication • Is this something you are already considering? • If not, are you open to collaborating on a design for it and us potentially contributing it? • Sort of related: Would it be possible to start a login flow with a specific method and identifier hint? The native apps would store identifier on device and just want to get webauthn challenge
s
are you open to collaborating on a design for it and us potentially contributing it?
we are always open for contributions, I'd recommend you start with https://github.com/ory/kratos/issues/new?assignees=&labels=rfc&template=DESIGN-DOC.yml
Would it be possible to start a login flow with a specific method and identifier hint?
why not just prefill the form when rendering it on the client side?
s
It would be 2 round trips. The user is reauthenticating to app - so immediately they would be presented with FaceID et al
s
ah then just do the flow and auto-submit without user interaction?
s
that would be the workaround - yes