πAuthentication
Cherty's scheme for determining identity, and how to use it.
Identity Representation
id_object = {id: <identifier>, method: <auth method>}method
id
Type of Token
Verified By
id_object <=> CID(JSON.stringify(id_object))Trivial ID Object
{id: 'public_all', method: null}Public Account Object
Key
Value
Creating a Cherty account and API Key


Endpoints
Get Account Info
Get Public Account Information
Last updated