3.0.0 (2024-10-30)
Large parts of the iOS native code have been restructured for this release to be more maintainable.
Feedback is greatly appreciated!
Changelog
Added
- [iOS] Support for more request options (
excludeCredentials
,includeCredentials
,authenticatorSelection
) - [iOS] Support for
largeBlob
extension - [Android & iOS] Improved error logging for native errors (should clear up configuration issues in some cases)
- [Android] Support for
PRF
extension
Changes-
- All previously base64 encoded values in the Passkey requests now have to be base64URL (in accordance with WebAuthn standard)
register
method has been renamed tocreate
authenticate
method has been renamed toget
- [iOS] Improved handling of Security/Platform Key selection (Please refer to the README)
- [Android] Fixed errors when building for new React Native architecture
Full Changelog: v2.1.1...v3.0.0