cURL
curl --request POST \ --url https://api.example.com/auth/verify \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>", "signature": "<string>" } '
{ "accessToken": "<string>", "user": { "id": "<string>" } }
Verifies a signed SIWE message and returns a JWT access token.
Body
200
Show child attributes