Flutter packages to enable passkey authentication (based on WebAuthn / FIDO2).
Android | iOS | Linux | macOS | Web | Windows | |
---|---|---|---|---|---|---|
Support | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ |
A Flutter package that enables simple passkey authentication. Currently Android and iOS are supported.
- sign up and login users with passkeys
- connect your own relying party server or use pre-implemented ones
A Flutter package that builds on the passkeys package. It adds additional functionalities to make it simpler to use passkey authentication in your own Flutter app.
- sign up and login users with passkeys
- connect Corbado as pre-implemented relying party server
- keep users logged in even if they close the app (automatic session refresh)
A Flutter package that builds on the corbado_auth and the passkeys package. It helps you to integrate passkey authentication into your Flutter app that uses Firebase as a backend.
- allow new users to sign up and log in using passkeys
- allow existing users (that you created with Firebase authentication) to setup a passkey and then log in with it
- email OTP codes as fallback mechanism for situations when passkeys can not be used (e.g. when a user logs in to a device where none of his passkeys is available)
We're happy to receive your pull requests. For major changes, please open an issue first to discuss what you would like to change.
If you have questions, feedback or wishes regarding features, please reach out to us via email or join our passkeys community on Slack.