Skip to content

Release 3.0.0

Latest
Compare
Choose a tag to compare
@f-23 f-23 released this 30 Oct 06:00

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 to create
  • authenticate method has been renamed to get
  • [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