Authentication
SIWE (Sign-In with Ethereum) authentication endpoints. See the Authentication guide for the full flow.
Base path: /api/v1/auth
Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /nonce | None | Request a nonce for SIWE signing |
| POST | /verify | None | Verify SIWE signature and get JWT |
| GET | /me | Required | Get current authenticated user |
| POST | /logout | Required | Logout (client-side token removal) |
Last updated on