Changelog
2.10.0 (2023-04-18)
Features
- optimize first preflight request to Mosaic backend on init
- support new transmitsecurity api endpoint
2.9.0 (2023-04-09)
Features
- getApiPaths: return configured API paths
2.8.0 (2023-04-02)
Features
- getDefaultPaths: returns default url paths
- init: custom url paths support
2.7.0 (2023-03-23)
Features
- abort passkey authentication sdk method
2.6.1 (2023-03-12)
Bug Fixes
- executeWebauthnRegistration: throw UserCanceledWebAuthnRegistration on user cancellation
2.5.0 (2023-02-28)
Features
- executeWebauthnAuthentication: save authenticatorAttachment on the credential object
- executePasskeyAuthentication: save authenticatorAttachment on the credential object
- prepareWebauthnAuthentication: accept redirect uri parameter
- preparePasskeyAuthentication: accept redirect uri parameter
2.4.0 (2023-02-13)
Bug Fixes
- startCrossDeviceFlow: avoid polling session status in case session id is undefined
- handle expected API errors
2.3.0 (2023-02-07)
Features
- remove redundant device fingerprint
Bug Fixes
- passkey and registration jsdoc
- approval_data jsdoc
2.2.0 (2023-01-29)
Features
- executePasskeyAuthentication: configurable passkey autofill mediation
2.1.1 (2023-01-26)
Bug Fixes
- isPasskeySupported: return false instead of undefined
2.1.0 (2023-01-24)
Features
- executeWebauthnRegistration: wait for prepareWebauthnRegistration
Bug Fixes
- prepareWebauthnRegistration: calling prepareWebauthnRegistration multiple times fails the registration
2.0.1 (2023-01-09)
Bug Fixes
- unhandled exception on while storing dfp
2.0.0 (2022-12-28)
⚠ BREAKING CHANGES
- executeWebauthnRegistration: param registerAsDiscoverable default value to false
Bug Fixes
- executeWebauthnRegistration: param registerAsDiscoverable default value to false
1.0.1 (2022-12-27)
Bug Fixes
- detach: now calls detachDevice instead of attachDevice
1.0.0 (2022-12-25)
Bug Fixes
- new sdk file path name