baptisteArno / typebot.io

💬 Typebot is a powerful chatbot builder that you can self-host.
https://typebot.io
Other
6.98k stars 1.91k forks source link

Identity Validation #519

Open arthurbarret0 opened 1 year ago

arthurbarret0 commented 1 year ago

There should be a form of identity verification, similar to what is found in Chatwoot, Intercom, and other platforms.

In other words, when predefining the user's information automatically (as described in https://docs.typebot.io/editor/variables#prefilled-variables), there should also be a parameter for a hash that can validate the user's data.

If I need to perform an action on the user's account, such as canceling an invoice or terminating a service, there is currently no way to ensure that the user is the legitimate owner, as anyone can inject third-party data without any form of validation.

baptisteArno commented 1 year ago

Great suggestion, thank you! Will see what we can do