Holtzman icon indicating copy to clipboard operation
Holtzman copied to clipboard

Create <SecureSubmit /> Component

Open jbaxleyiii opened this issue 9 years ago • 2 comments

The <SecureSubmit /> component should be used in forms where sensitive data is being submitted or updated. It should check the session duration of the logged in user, and if it is over a certain amount of time, open a modal to require password and explain why.

<SecureSubmit
  onSubmit=Function
  sessionMax=Number
  message=String
  validationForm=Component // defaults to password re-entry
/>

This component (and corresponding form component) could be hooked into various security systems (touch id, android touch, phone number, questions, password, etc).

cc @johnthepink @samclaridge @jonhorton

jbaxleyiii avatar May 20 '16 13:05 jbaxleyiii

@james screenshot 2016-05-20 10 04 21

samclaridge avatar May 20 '16 14:05 samclaridge

This should be updated to use the passworldless UI instead of entering in a password

jbaxleyiii avatar Jun 14 '17 14:06 jbaxleyiii