(no title)
skaiser | 3 years ago
And another great question! We use signing secrets to create a signature so you can validate that the request from us is authentic.
And thanks! This is just the beginning for us, so hopefully you give us a chance and sign up so we can notify you as we release new features!
sneak|3 years ago
When it comes back in, they can decrypt and authenticate it. You could hide all this in your api client.
Then you don’t end up with a big centralized database full of the PII of millions of your customers’ customers.
skaiser|3 years ago
I do like the idea of including a little chunk in our SDK (Coming soon!) to allow them to easily encrypt/decrypt their payload, but that'd be entirely on them to follow that practice.