Releases: curityio/react-native-haapi-module
Releases · curityio/react-native-haapi-module
v0.6.0
v0.5.0
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
- 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 likerefreshToken
works without thestart
method being called first. - The podspec is updated to pin a specific HAAPI SDK version.