You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Libresign is a software package that provides a set of tools for working with digital signatures. It is designed to be easy to use and flexible, allowing you to integrate it into your own applications or use it as a standalone tool.
@@ -157,13 +157,13 @@ The UUID you will receive when you will do a request to POST /request-signature
157
157
}'
158
158
159
159
Delete
160
-
+++++++++++++++++
160
+
++++++
161
161
162
162
DELETE /file/{uuid}/elements/{elementId}
163
163
164
164
165
165
Define sign password
166
-
^^^^^^^^^^^^^^^^^^^^^^^^^
166
+
^^^^^^^^^^^^^^^^^^^^
167
167
168
168
If the system is enabled to sign using password, the user will need to create a password to sign the file.
169
169
@@ -178,7 +178,7 @@ If the system is enabled to sign using password, the user will need to create a
178
178
}'
179
179
180
180
Changing status
181
-
^^^^^^^^^^^^^^^^^^^^^^^^^
181
+
^^^^^^^^^^^^^^^
182
182
183
183
You will need change the status of a file from draft to able to sign. When you change the status, all users will receive an email with URL to create account if the user don't exists or authenticate and sign the file.
184
184
@@ -199,7 +199,7 @@ You will need change the status of a file from draft to able to sign. When you c
199
199
}'
200
200
201
201
Define user signature
202
-
^^^^^^^^^^^^^^^^^^^^^^^^^
202
+
^^^^^^^^^^^^^^^^^^^^^
203
203
204
204
This is necessary for all user to store the own signature or initial.
205
205
@@ -227,15 +227,15 @@ This is necessary for all user to store the own signature or initial.
227
227
}'
228
228
229
229
Sign method
230
-
^^^^^^^^^^^^^^^^^^^^^^^^^
230
+
^^^^^^^^^^^
231
231
232
232
You can change the sign method between password, email, sms, telegram or signal.
233
233
234
234
To sign using SMS you will need install the app twofactor_gateway and configure the gateway to SMS.
Libresign is a software package that provides a set of tools for working with digital signatures. It is designed to be easy to use and flexible, allowing you to integrate it into your own applications or use it as a standalone tool.
0 commit comments