Skip to content

Conversation

@OscillatingMonkey
Copy link
Collaborator

Summary

This feature allows users refined control over the security of their
wallet. There is an options screen that a user can select to gate
payments, app launch, and mnemonic view. Pin change settings have also
been moved to fall underneath the main app settings screen.

Changes

  • Moved PIN functionality to separate module under db/pin. There is now
    model validation. All pin settings are encrypted. Pin sequence is now
    saved under sequence key within the pin object.
  • Added PIN options screen
  • Moved PIN change screen into PIN options screen
  • Added gating logic to mnemonic view and payment
  • Adjusted all areas using old user pin settings to use db/pin module

TODO

  • Add launch screen PIN setting
  • Add data change to update module

Summary

This feature allows users refined control over the security of their
wallet. There is an options screen that a user can select to gate
payments, app launch, and mnemonic view. Pin change settings have also
been moved to fall underneath the main app settings screen.

Changes

- Moved PIN functionality to separate module under db/pin. There is now
model validation. All pin settings are encrypted. Pin sequence is now
saved under sequence key within the pin object.
- Added PIN options screen
- Moved PIN change screen into PIN options screen
- Added gating logic to mnemonic view and payment
- Adjusted all areas using old user pin settings to use db/pin module

TODO

- Add launch screen PIN setting
- Add data change to update module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant