Contact salesSign in
Blog
/
Current article

Flutter Passkeys SDK

Published:
December 17, 2023
Last Updated:
July 25, 2024
Justin SoongAuthsignal Flutter Passkeys SDK

Adding Passkeys support to your Flutter mobile app is now made extremely easy using Authsignal's latest Flutter Passkeys SDK release.

The Authsignal Flutter SDK includes support for both passkey enrollment and sign in in combination with the Authsignal server side APIs.

Click here to view Authsignal's Flutter SDK documentation

Flutter SDK Passkeys examples

Registering a new passkey

var result = await authsignal.passkey.signUp(token, userName);

Authenticating with an existing passkey

var result = await authsignal.passkey.signIn(token);

Using passkey auto-fill

var result = await authsignal.passkey.signIn(autofill: true);

Talk to an expertDemo PasskeysView docs
Article Categories
You might also like
Adaptive MFA for Auth0: Customize MFA UX to reduce consumer friction without upgrading your plan
In this blog post, we will dive deeper into how you can fine-tune the MFA user experience with only some minor tweaks to your integration code.
myGov Passkeys Implementation: Passkeys and MFA for Australia Government Services
Explore myGov's passkey implementation, enhancing Australia's government digital security amid rising cybercrime. Learn about best practices for implementing passkeys.
WhatsApp for 2FA and MFA: Enhancing Customer Experience and Reducing Costs with WhatsApp OTP
High SMS costs in Asia-Pacific and the prevalence of WhatsApp are driving enterprises to adopt WhatsApp OTPs for user verification, offering a cost-effective and reliable solution.

Secure your customers’ accounts today with Authsignal.