Releases: gobeyondidentity/bi-sdk-flutter
Releases · gobeyondidentity/bi-sdk-flutter
Release list
2.0.2
Added
- New attribute
passkeyIdhas been added to the Passkey model. This ID matches the cloud ID found in the console. - Support Flutter 3.32.0+
- Support Android 16KB page size
Changed
- Update authentication flow to improve performance, stability, and security
2.0.1
Added
- New function
getAuthenticationContextto retrieve authentication parameters for the ongoing transaction. - New function
authenticateOtpto enable authentication with a one time password. - New function
redeemOtpto enable redeeming a one time password.
2.0.0
Changed
Rename instances of Credential to Passkey
Update example app to authenticate with Beyond Identity by using Invocation Type manual
Prefixed Credential properties to prevent name conflicts
Nest tenantId, realmId, and identityId under appropriate objects in the Credential
Update support links in the example app
Fixed
The SDK can now be imported into a default flutter project without compilation errors
The example app now displays an error when attempting to authenticate without a credential
Scheme without a path is now recognized as a valid URL when binding a passkey
1.0.1
1.0.0
Changed
- Updated the Flutter SDK to support our newly released Secure Customer product. See the documentation for more details.