btcpayserver / app

MIT License
5 stars 1 forks source link

Implement passcode functionality #7

Open dstrukt opened 4 months ago

dstrukt commented 4 months ago

There will come a time (maybe sooner than we expect) in which user's will want to protect their account with a Passcode, so starting an issue to track this. Obviously the copy, if it's part of a multi-step configuration, number of input digits (I personally like 4, but I understand 6, and don't have a strong opinion), etc.. could change, so feel free to suggest anything!

Obviously there will be other work necessary to make this happen, and might not be part of the MVP, will let @pavlenex determine what's best, but tracking + the app create/confirm/enter mocks nonetheless:

Screen Shot 2024-04-23 at 10 41 38 PM Screen Shot 2024-04-23 at 10 42 17 PM
dennisreimann commented 4 months ago

I've added the Enter/Change screen basics in 1f40b75ab6187449e321a2522c85f1f761a3fcca. We'll wire them up soon.

pavlenex commented 2 months ago

I believe this one is done now @dennisreimann ?

dennisreimann commented 2 months ago

The views are present, but I still need to wire the passcode check up.