Abdallah Odeh

Results 10 issues of Abdallah Odeh

How actually does this plugin work? is the biometric authentication step only to authorize the user to read/write data? or there is something extracted out from the biometric authentication that...

is there a way to ignore iPhone passcode if the biometric failed? Scenario: - FaceID prompted - FaceID not recognized - System shows the options (**Enter iPhone Passcode** or **Cancel**)...

How to change the text of the cancel button in iOS Face ID? when the Face ID fails, the **Cancel** button shows the text **Checking auth support**! So how to...

You have this code block in your repo ``` if (cipher == null || options.authenticationValidityDurationSeconds >= 0) { // if authenticationValidityDurationSeconds is not -1 we can't use a CryptoObject logger.debug...

What is the maximum value I can set for `authenticationValidityDurationSeconds`? I set it to 60 minutes but it's not working as expected! when this hour is over the user is...

I am writing integration tests for my app and within my cases, there are cases were a A flushbar with title "Success" must appear and A flushbar with title "Error"...

Hello there, Does calling `endsession` trigger token revocation? In my web app, I tested the login & logout cycle the URLs triggered: - connect/revocation (for access token) - connect/revocation (for...

Hello there, I am trying to implement the a **device registration** scenario, 1. the user clicks **Login** 2. a webview is opened to login using `Authorization code with PKCE` flow...

### Configuration - Version: 0.11.1 - Integration: Java - Identity provider: identityServer4 ### Description Hello there, I am trying to implement the a **device registration** scenario, 1. the user clicks...

question

Hello there, thank you for your efforts, There is an issue with generating `manifestPlaceholders` attribute The currently generated is: `manifestPlaceholders = += ['appAuthRedirectScheme':'com.example.untitled']` while the correct is: `manifestPlaceholders["appAuthRedirectScheme"] = "com.example.untitled"`...