I want to build a system where a document is to be signed by the user. It may be the case that user takes 10 days to sign the document or even in minutes things are done.
Using Remote signing : User will receive the mail from third party app, and the validity of that signing link is long like 10-15 days.
Using Embedded signing : User will have to sign the document within minutes. No mail is received from 3rd party app.
I want to have a hybrid kind of system, where our system should send the mail containing the signing link to user and that link should be valid for 10-15 days.
There are workarounds for my use requirements. But I want a robust and proper solution for this.