Contact salesSign inSign up

Authsignal secures millions of passkey transactions out of our hosted Sydney region.

Authsignal secures millions of passkey transactions out of our hosted Sydney region.

Join us today!
Blog
/
Current article

Passkeys Support for AWS Cognito & Amplify in iOS & Android - Authsignal

Last Updated:
October 16, 2024
Justin Soong
AWS Cognito & Amplify Passkey support with Authsignal

Learn how to enable Passkeys support for AWS Cognito and Amplify in your native iOS and Android applications with React Native using our implementation guide.

The guide walks through the simple steps to get your native application iOS and Android integrated with passkeys using React Native.

Android and iOS Passkey support on AWS cognito and amplify
Android and iOS Passkey support on AWS Cognito and amplify

Additionally, the guide talks through the following steps to configure and implement.

Example of React Native + Amplify (Sign in with passkeys)
import {Auth} from 'aws-amplify';
import {authsignal} from '../config';
...

let cognitoUser: any;

const onPressSignIn = async () => {
  cognitoUser = await Auth.signIn(userName);
  
  const {token} = cognitoUser.challengeParam;
  
  const {data} = await authsignal.passkey.signIn({token});
  
  await Auth.sendCustomChallengeAnswer(cognitoUser, data);
};

And that's it. It's that simple with the Authsignal SDKs and guides to get passkeys supported with AWS Cognito and Amplify, the same flows can also be achieved with web browser flows, and we'd cover this in future blog posts.

Try out our passkey demo
Passkey Demo
Subscribe to our monthly newsletter
Subscribe
You might also like
NRF 2025 Retail Biometrics Review - Palm Biometrics by Authsignal in Partnership with Qualcomm.
Revolutionize retail with Authsignal's palm biometric payments and Identity platform. Showcased at NRF, Authsignal’s palm biometric IDX solution enables secure, contactless payments and identity verification. Powered by Qualcomm, it ensures blazing-fast, accurate, and secure user experiences.
CISA Endorses FIDO Passkeys: Protecting Against Telecommunication Network Interception.
Authsignal helps organizations comply with the CISA Mobile Communications Best Practice Guidance by offering drop-in phishing-resistant passkeys, strong MFA fallback methods, and WhatsApp OTP as an encrypted and reliable alternative to SMS
UX Best Practices for Passkeys: Understanding Device-Initiated Authentication
Passkeys differ from traditional username-based methods for passwordless sign-in and MFA. This article will guide you on how to create the most effective passkey experience for your users, focusing on web browsers as the platform.
Secure your customers’ accounts today with Authsignal.