How to implement passwordless authentication using Webauthn and Passkey for Flutter cross platform native apps? #2967
Unanswered
thomastthai
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hello @thomastthai, I suggest to take a look at how it is implemented in our reference Node.js frontend:
Should be similar in the React Native app: https://github.com/ory/kratos-selfservice-ui-react-native We have an official Flutter example here: https://www.ory.sh/docs/getting-started/integrate-auth/flutter-web-redirect, that is without MFA as far as I know. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Webauthn and PassKey can be used for web apps passwordless logins. How would passwordless authentication be implemented with native apps built using Flutter?
Beta Was this translation helpful? Give feedback.
All reactions