Skip to content

Releases: curityio/react-native-haapi-module

v0.6.0

25 Nov 14:59
Compare
Choose a tag to compare

Bug Fixes

  • Custom http headers and query parameters for ios (#28) (6a2344c)

Features

  • Update to latest SDK versions (4c525d4)

v0.5.0

25 Nov 14:46
Compare
Choose a tag to compare

Support for passkeys for both Android and iOS have been added. To make this possible, numerous action has been taken on the codebase.

SDK version has been pinned to 4.1.x
Previous releases did not pin the version on iOS, and android was using 4.0. If you experiencing differences with this update, please refer to the SDK changelogs:
https://curity.io/docs/haapi-android-sdk/latest/CHANGELOG.html
https://curity.io/docs/haapi-ios-sdk/latest/CHANGELOG.html

Multiple new events

  • RegistrationStep
  • WebAuthnAuthenticationStep
  • WebAuthnUserCancelled
  • WebAuthnAuthenticationFailed
  • WebAuthnRegistrationFailed
  • WebAuthnRegistrationFailedKeyRegistered
  • HaapiLoading
  • HaapiFinishedLoading
  • LoggedOut
  • UnknownResponse

See README for documentation on new events

v0.4.13

19 Nov 15:33
Compare
Choose a tag to compare
  • The iOS module was dependant on the start method being called every time the module was loaded. This made it hard to keep an application state between app starts. This dependency is now removed, so that methods like refreshToken works without the start method being called first.
  • The podspec is updated to pin a specific HAAPI SDK version.