passkeys_darwin 0.4.2+2
passkeys_darwin: ^0.4.2+2 copied to clipboard
Shared Darwin implementation (iOS & macOS) of the Corbado passkeys plugin. Manages passkey creation on Apple devices.
0.4.2+2 #
- FIX(passkeys_darwin): map no-credentials-available regardless of device locale (#271). (7414c54a)
- FIX: improve error handling for excludeCredentials on iOS 26 and Android 16+ (#237). (f8abd40c)
- FEAT(passkeys): expose WebAuthn Signal API (#279). (c91ccc8e)
- FEAT(passkeys): add PRF support for iOS and Android (#263). (906a5069)
0.4.1+1 #
- Update a dependency to the latest release.
0.4.1 #
- Update a dependency to the latest release.
0.4.0 #
- Adds Swift Package Manager (SwiftPM) support for iOS and macOS. CocoaPods continues to work in parallel.
0.3.0 #
- Passes
AttestationandResidentKeyparams to Security Key Register Handler - Makes the returned
UserIDoptional from the authentication response as it is optional to return it from the authenticator
0.2.0 #
- Fixes conditional UI bug when dealing with Security Keys.
0.1.0 #
- Initial open source release.
- Turn
passkeys_iosinto the newpasskeys_darwincontaining support for macOS