Skip to content

Commit

Permalink
Small corrections & removal of a note (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
superojla authored Dec 12, 2024
1 parent 2af6a5c commit 1abb0db
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions content/pages/sign/30-request-options/20-extra-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ rank: 2
# Extra security (2FA)

Imagine you want an [additional layer of security][2FA] for your signature
requests, by requesting the signer to use a password or a phone verification
requests, by requesting the signer to use a password or a phone verification
in the document signing step.

![2FA Signature request](images/sign-flow-2fa.png)

## Phone verification

You can require the signer to use 2FA through their mobile phone to complete
the signature request by passing the `is_phone_verification_required_to_view`
parameter.
the signature request by passing the `verification_phone_number` parameter on the signer along with their phone number.

For example:

Expand Down Expand Up @@ -98,22 +97,14 @@ def main():
</Tab>
</Tabs>

When the signer tries to complete the signature request a phone verification
pops up:
When the signer tries to access the signature request a phone verification dialog pops up:

![Phone verification](images/sign-simple-phone-verification.png)

Then the signer is prompted to enter the code sent in a SMS:
Then the signer is prompted to enter the code sent in an SMS:

![Entering the SMS code](images/sign-simple-phone-verification-enter-code.png)

<Message size='small'>

This check is done as the last step, so it does not prevent the signer from
accessing the document.

</Message>

## Password verification

You can require the signer to use a password to open the signature request
Expand Down

0 comments on commit 1abb0db

Please sign in to comment.