|
|
|
|
|
by bawolff
1423 days ago
|
|
> but the idea is that I can now take this cookie, show it to a third party and the third party can verify the credential's validity. Or you know, like oauth. Or if you want to really play up the credential angle, how tls client certificates work, if anyone would ever use them. |
|
Another options for companies is only signing request bodies and validating a request signature in the header like discord does[1].
0: https://developers.cloudflare.com/api-shield/security/mtls/c...
1: https://discord.com/developers/docs/interactions/receiving-a...