HOW CAN I INTEGRATE PASSKEYS INTO MY FLUTTER APP?

Passkeys with Flutter

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.

flutter logo

Ask us anything about passkeys in Flutter for free via Slack or email

Trusted by 3,000+ developers

MongoDBStripeMongoDBAirbnbStackOverflowSalesforce

We want to make every Flutter dev passkey-ready

Simple Flutter integration

Simple passkey integration for Flutter developers with our Native SDK

All edge cases

The UI components come with fallback solutions for every device and operating system

Intelligent passkeys

Intelligent passkey detection and management logic shipped with the UI components

Read our Flutter blog post

Find a step-by-step tutorial to integrate passkeys into your Flutter app

See the steps

START RIGHT AWAY WITHOUT READING TEDIOUS WEBAUTHN DOCS

Open-source Flutter passkey package

Flutter

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,
	);
}

Tutorial: How to Get Full Flutter Passkey Auth SDK in <1h

Check out our Tutorial on our corbado_auth package to get started even faster

See the steps

GUIDES AND TUTORIALS FOR PASSKEY IMPLEMENTATION WITH FLUTTER

Flutter

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.

PASSKEYS BEYOND THE STANDARD

Customize your authentication

Passkey authentication is not everything you need in practice scenarios. We provide all you need for a full authentication solution.

SMS OTP

Login via SMS one-time passcodes (OTP) improves conversion and security.

Email magic links

Email magic links remove the need for password-based authentication.

Session management

Simple and secure session management that doesn’t take ages to implement.

Analytics

Determine your users technical passkey readiness.

Cross-device /
-platform

Let your users log in via passkeys from any platform (iOS, Android, Windows).

Device management

Passkeys are device-bound, so we take care of the required device management.

Featured in:

Tech CrunchTheVergeSlashdotHeise Online

Add passkeys in Flutter with Corbado

Want to save time and effort? Add passkey authentication in <1h.

  • No credit card required

  • Free community plan

  • For new and existing apps

Add passkeys for free