Last updated 2 years ago
Nonce is a random string used to authenticate the users. The nonce that is not used is cleared at regular intervals.
POST /api/auth/nonce
POST
/api/auth/nonce
{ "nonce": "GEVGREGER" }
{ "error": "Wallet address not found on allowlist" }
wallet_address*
String
Public wallet address
profile
Object
Only the first time a profile is accepted
{
name: "User name",
email: "user email address",
custom: [
{ name: "field_name", value: "value }
]
}