You want to level up your UX and improve your Flutter app's security? Integrate WebAuthn into your Flutter app in minutes with Corbado's passkey packages.
Trusted by 10,000+ developers.
Simple WebAuthn integration for Flutter developers with our Native SDK
The UI components come with fallback solutions for every device and operating system
Intelligent WebAuthn 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.
Want to save time and effort? Add WebAuthn in <1h.
No credit card required
Free community plan
For new and existing apps