Skip to content

Passkey Plus

Passkey Plus is AuthAction’s advanced passkey integration that works alongside your existing authentication system. Unlike standard passkey authentication (which is built into AuthAction’s login flow), Passkey Plus provides a standalone SDK for adding WebAuthn-based authentication to any application.

  • Integration Guide — Step-by-step guide to integrating Passkey Plus in your frontend and backend
  • Passwordless login alongside existing email/password authentication
  • Step-up authentication for sensitive actions like changing passwords or account settings
  • Cross-platform support with WebAuthn across modern browsers and devices
  1. Your backend obtains an access token using the Management API (client credentials flow)
  2. Your backend creates a passkey transaction (register or authenticate)
  3. The frontend SDK handles the WebAuthn browser interaction
  4. Your backend verifies the resulting nonce to confirm the authentication