passkeys_web 2.5.1
passkeys_web: ^2.5.1 copied to clipboard
Web implementation of the Corbado passkeys plugin. Manages the creation of passkeys in browsers.
2.5.1 #
- Fixed a bug where
hybrid
transports causes login to fail.
2.5.0 #
- Fixed Exception when trying to register while
authenticatorAttachment
is null on Safari or IOS device.
2.4.0 #
- Added
transports
to RegistrationResponse
2.3.0 #
- Added
hasPasskeySupport
toAvailabilityType
to check if the platform supports passkeys.
2.2.0 #
- Added support for WebAssembly (Wasm)
2.1.0 #
- Added getAvailability() to check for isUserVerifyingPlatformAuthenticatorAvailable and isConditionalMediationAvailable.
2.0.2 #
- Version bump for js dependency.
2.0.1 #
- Added excludeCredentials support
2.0.0 #
- Stable open source release.
2.0.0-dev.2 #
- Typing fix for authenticate method in PasskeyWeb.
2.0.0-dev.1 #
- Initial open source release.