Validating Cotter's Identity Token
Cotter's token includes the user's email or phone number, your API_KEY_ID
, and a signature
. Here's the full token
object:
Verifying the Signature
The signature ensures that this token comes from Cotter's server:
Signature algorithm:
ed25519
Cotter's Public Key:
qqOaiQGjGsxBMgI5rdAasaACRiJthOqadmefjY5mS/c=
Signed Message:
Example
Last updated