OutSystems / cordova-outsystems-secure-sqlite-bundle

Cordova meta-plugin that bundles requirements for secure SQLite device storage and initialization code for easy usage within OutSystems Platform native mobile apps
1 stars 9 forks source link

Fix: Implementation of the skip flow in the authentication #22

Closed CarlsCorrea closed 2 years ago

CarlsCorrea commented 2 years ago

Description

Implementation of the skip flow in the authentication, if the result of the authentication screen is that the user skipped, the app will be terminated. Updated the reference for the dependency of the Key Store Plugin, with the fix for the error (Key permanently invalidated) in android 7.

Context

https://outsystemsrd.atlassian.net/browse/RMET-1191 Also related with the PR: https://github.com/OutSystems/cordova-plugin-secure-storage/pull/13

Type of changes

Components affected

Tests

Tested locally in Android Studio. MABS 7 and 8 working. Also tested with APKs built by MABS.

Screenshots (if appropriate)

Checklist