Generating a pricing quote page for client to sign

You can’t make a Glide app secure if you are not using row owners with logged-in user, unfortunately. I mean, it would work, but by allowing the item to be accessible from unsigned users will allow the app to download all these rows to the client browser.
Take a look at my thread here:

You can use integrations, of course, like DocuSign.


But in your case, you can use Glide Signature Component.

For security reasons, you should enable user login and set row-level permissions to ensure they can only access specific data. This will allow you to send them deep links securely.
Take a look at this documentation:

:slight_smile: