KomodoPlatform / atomicDEX

This is the official AtomicDEX mobile (smartphone app) repository
https://atomicdex.io
GNU General Public License v2.0
10 stars 15 forks source link

Separate PIN and biometric protection #157

Open dth88 opened 4 years ago

dth88 commented 4 years ago

With both PIN and Biometric protections activated in Settings->Security only biometric requesting for the user so it should be "or" mode.

Other words: If a user enables just PIN app requesting a PIN If a user enables Biometric app requesting biometric If a user enables Biometric and Pin app now requesting only biometric (however on-screen with pin :) ) what is not correct IMO (it shouldn't be possible to enable both or app should request both in such case)

---upd: However, I just noticed that it's possible to bypass biometric in such a case and use Pincode if tap on the screen. But seems too tricky for me from UI perspective

Video of that case about which I'm thinking: https://drive.google.com/file/d/1v8nu2sbuXOLMlJzHj9GFqPdWftupv8Vg/view?usp=sharing

Duplicated from private repo: https://github.com/ca333/komodoDEX/issues/668

SirSevenG commented 4 years ago

https://github.com/KomodoPlatform/atomicDEX/issues/93

Related issue