alephium / alephium-frontend

A monorepo containing all things frontend on Alephium.
Other
11 stars 9 forks source link

It's impossible to cancel a FaceID auth #32

Closed mvaivre closed 9 hours ago

mvaivre commented 1 year ago

Cancelling a FaceID (or fingerprint ID for that matter) authentication makes the app try again by re-prompting the authentication UI.

Cancelling a biometric auth should probably prompt the pin screen.

nop33 commented 8 months ago

I believe biometrics can be cancelled, at least on Android that I tested it works well.

nop33 commented 8 months ago

Is this still the case?

nop33 commented 7 months ago

@mvaivre, before I move this, could you please check if this issue exists?

mvaivre commented 7 months ago

What happens now is that when you click cancel the app actually tries again (so you can't actually cancel), but displays the message "Authentication is required, quit the app and try again" (although you don't have to quit the app because it's trying again anyhow).

We could probably think about adding a fallback to pin when the user cancels the biometric auth. WDYT?

nop33 commented 7 months ago

Alright, thanks for testing. Yes, fallback to pin would be an option.

nop33 commented 4 weeks ago

@mvaivre This is probably addressed with the new authentication flow (Uniswap)?

nop33 commented 1 week ago

@mvaivre

nop33 commented 2 days ago

@mvaivre is this still an issue with the new auth flow?

mvaivre commented 9 hours ago

It's not! 🙃