Auth

Get a random nonce for SIWE authentication

Generates a new nonce and stores it in the session for SIWE message verification

get/api/auth/nonce

Response

A new nonce generated successfully

noncestring required

The nonce to be used in the SIWE message

Example response

{
  "nonce": "8J0eXAiOiJ..."
}

Changes