Skip to content- optimize first preflight request to Mosaic backend on init
- support new transmitsecurity api endpoint
- getApiPaths: return configured API paths
- getDefaultPaths: returns default url paths
- init: custom url paths support
- abort passkey authentication sdk method
- executeWebauthnRegistration: throw UserCanceledWebAuthnRegistration on user cancellation
- executeWebauthnAuthentication: save authenticatorAttachment on the credential object
- executePasskeyAuthentication: save authenticatorAttachment on the credential object
- prepareWebauthnAuthentication: accept redirect uri parameter
- preparePasskeyAuthentication: accept redirect uri parameter
- startCrossDeviceFlow: avoid polling session status in case session id is undefined
- handle expected API errors
- remove redundant device fingerprint
- passkey and registration jsdoc
- approval_data jsdoc
- executePasskeyAuthentication: configurable passkey autofill mediation
- isPasskeySupported: return false instead of undefined
- executeWebauthnRegistration: wait for prepareWebauthnRegistration
- prepareWebauthnRegistration: calling prepareWebauthnRegistration multiple times fails the registration
- unhandled exception on while storing dfp
- executeWebauthnRegistration: param registerAsDiscoverable default value to false
- executeWebauthnRegistration: param registerAsDiscoverable default value to false
- detach: now calls detachDevice instead of attachDevice