Add native passkeys experience to your Firebase, Okta or identity provider (idP) in 10 lines of code
Migrate your new and existing Users to Passkeys with Ease
Passkeys use your fingerprint or other biometric to log you into your websites, just like unlocking your device
Passkeys are proven to be resistant to phishing, credential stuffing, and other remote attacks
Based on the FIDO specification and supported by all major browsers and device manufacturere
Use the same seemless experience across the web and mobile devices
Zero code needed with our Firebase extension and our backend and mobile SDKs. Supports both single factor and 2nd factor authentication.
Our service uses OpenID Connect standard based server. Use any standard OpenID Connect Client to connect to our service.
Login your users wherever they are.
Take the seemless secure experience to your users in all major platforms
iOS SDK
Android SDK
React Native SDK
Flutter SDK
Firebase Extension
Django Backend Library
import {register, authenticate} from 'justpass-me-react-native'const firebaseProjectName = "my-firebase-project" // the firebase project where the extension is installedconst cloudLocation = "us-central1" // location where the extension is installedconst extensionInstanceName = "ext-justpass-me"const baseURL = `https://${cloudLocation}-${firebaseProjectName}.cloudfunctions.net/${extensionInstanceName}-oidc`// registrationconst registrationURL = `${baseURL}/register/`const IdToken = await auth().currentUser.getIdToken()const extraHeaders = {Authorization: `Bearer ${IdToken}`}await register(registrationURL, extraHeaders)// loginconst authenticationURL = `${baseURL}/authenticate/`const result = await authenticate(authenticationURL)if (result.token) {await auth().signInWithCustomToken(result.token)}
Sign up to get the security credentials to start using justpass.me
Install our Firebase extension for zero-code backend integration or use any of our backend libraries or bring you own OIDC compliant client.
We provide a web app implementation and the mobile SDK's need less than 10 lines of code. It's that easy!
Start for FREE and pay as you grow.
Go passwordless today.
Up to 1,000 MAUs (monthly active users)
Access to all authentication platforms
Unlimited logins per user
Customize for your needs.
Volume discounts
Priority support
Uptime SLA
Custom domain support