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
Example response
{
"nonce": "8J0eXAiOiJ..."
}Generates a new nonce and stores it in the session for SIWE message verification
A new nonce generated successfully
{
"nonce": "8J0eXAiOiJ..."
}