Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIN lock for app #76

Open
canguruhh opened this issue Jan 10, 2018 · 2 comments
Open

PIN lock for app #76

canguruhh opened this issue Jan 10, 2018 · 2 comments
Assignees
Labels

Comments

@canguruhh
Copy link
Member

if you open the app and the pin has not been entered within the last x minutes it should ask for a pincode (if has been set). pincode setup should be located in settings and the pincode should also be changeable by entering the current pincode or the passphrase. recovery by passphrase should also be possible from the pin prompt.

@canguruhh canguruhh added this to the 0.3.1 milestone Jan 10, 2018
@canguruhh canguruhh self-assigned this Jan 10, 2018
@raflizo
Copy link
Contributor

raflizo commented Jan 31, 2018

Ultimately an option to unlock the app with a fingerprint from the phone's local database, that would be great, works really well in other apps. Also for example.. able to scan a fingerprint 3 times and then being forced to unlock it with the PIN code.

@canguruhh canguruhh removed this from the 0.3.1 milestone Jul 23, 2018
@vorapoap
Copy link
Contributor

vorapoap commented Aug 4, 2018

I think we should follow how bank app works. Meaning, you require to be active or need single pin to unlock the app while accessing account and creating transaction.

Meaning, I'd suggest - you need to encode and store password on the client browser 's storage during the PIN session. And use it for the whole usage session.

This means user has better seamless experience and dont need to enter password many times to do things.

But whenever time out, the PIN is needed again.

This may apply to the PC as well too. You may have this alternate consent/config page.

Please discuss this with your team. I think it will be reallly useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants