-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add user PIN authentication 🔒 (#104)
* begin UI for pin setup * add custom number pad UI * fix hot reload and logging by upgrading expo SDK * update styling of number pads * update auth screen. add TODOs * lint & fmtJson * update initial pin screen * clean up pin components * setup pin, store pin hash, store locked state #11 * rename state confirm to isConfirm * fix bypassing the pin mismatch attempts * fix attempt and lock state while in background * update * check attempts stored after app restart * avoid pin submit spam * start pin handler on foreground after 5 mins * ask for pin if app was > 5min in bg * update auth * add translations for auth screen * fix TL * add UI for PIN in settings * implement delete & edit PIN logic, see #11 * clean up * remove logs * reset states if canceling pin edit/delete * update icons * update icons * Update package-lock.json * Update package-lock.json * update after review * update after review * update baseStore and use store * update after commit * update after review --------- Co-authored-by: BilligsterUser <[email protected]>
- Loading branch information
1 parent
ae786a6
commit 0d8becd
Showing
33 changed files
with
1,355 additions
and
485 deletions.
There are no files selected for viewing
Binary file not shown.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.