You want to level up your UX and improve your Flutter app's security? Integrate passkeys into your Flutter app in minutes with Corbado's passkey packages.
Trusted by 10,000+ developers.
Simple passkeys integration for Flutter developers with our Native SDK
The UI components come with fallback solutions for every device and operating system
Intelligent passkeys authentication management logic shipped with the UI components
Find a step-by-step tutorial to integrate passkeys into your Flutter app
import 'package:passkeys/relying_party_server/types/authentication.dart';
import 'package:passkeys/relying_party_server/types/registration.dart';
abstract class RelyingPartyServer <Request, Response> {
/// Initiates the registration by asking for a challenge.
Future<RegistrationInitResponse> initRegister(Request request);
/// Completes the registration by sending the solution to the challenge back.
Future<Response> completeRegister(
RegistrationCompleteRequest request,
);
/// Initiates the authentication by asking for a challenge.
Future<AuthenticationInitResponse> initAuthenticate(Request request);
/// Completes the authentication by sending the solution to the challenge back.
Future<Response> completeAuthenticate(
AuthenticationCompleteRequest request,
);
}
Check out our Tutorial on our corbado_auth package to get started even faster
Flutter is a powerful and cross-platform UI toolkit developed by Google for building natively compiled applications for mobile, web, and desktop platforms with focus on high-performance and seamless user experience.
Passkey authentication should be flexible and based on your app's need. We provide all the features for you.
Use Face ID or Touch ID for the most secure and most convenient login.
Login via SMS / email one-time passcodes (OTP) improves conversion and security.
Email magic links require only one click to login.
Use your users' existing social media profiles for fast logins.
Simple and secure session management that doesn't take ages to implement.
Analyze your users' login behavior to optimize UX and conversion.
Want to save time and effort? Add passkey authentication in <1h.
No credit card required
Free community plan
For new and existing apps