Release 25.10.0

We are happy to announce that 25.10.0 release is live now and we are introducing several of exciting features with this release.

New Versioning Scheme

We forked our development into stable and active development streams and 25.10.0 is sequel to 2.7.x and represents active development stream. The next release on the “stable” branch will be 2.8.0 and we will fork it from our active development stream once features mature (the “stable” release is only available as dedicated deployment to enterprise customers).

Introducing PasskeyID: Identity-aware passkeys

PasskeyID adds identity verification to passkey enrolment, enabling passkeys to be linked with verifiable identity assurance. Identity is verified during passkey creation and recorded as an immutable audit event associated with the credential.

Key capabilities:

  • No PII storage. Identity data is verified, hashed, and discarded.
  • Cryptographically signed audit records link to passkeys.
  • Provider-based or webhook-based identity verification models.
  • Pluggable identity provider framework with initial support for Prove (Silent Network Authentication).

PasskeyID works transparently with existing passkey authentication flows and is currently supported in LoginID Web MFA SDK authentication flow.

Go to PasskeyID

Native Passkey Autofill for Android and iOS SDKs

Android and iOS SDKs now support platform-native passkey autofill to simplify authentication and reduce friction.

  • Android integration with Google Credential Manager autofill.
  • iOS integration with Apple’s native passkey autofill.
  • Automatic authentication flow invocation anchored to login UI elements.

Android ReferenceiOS Reference

WebAuthn Signal API support in WebSDK3

WebSDK3 now integrates with the WebAuthn Signal API to synchronize passkeys between authenticators and LoginID’s FIDO2 service.

  • Updates triggered during authentication, passkey deletion, and passkey listing.
  • Helps remove revoked or outdated passkeys from a user’s authenticator.
  • No extra setup needed.

Passkey AuthenticationPasskey Credential Management

Transaction payload updates within active sessions

LoginID’s FIDO2 service now allow transaction payloads to be updated during an active session.

  • Supports dynamic transaction changes without restarting flows.
  • Available via a new endpoint.
  • Included in Web and iOS Checkout SDK passkey checkout flows.

Web Wallet SDK