Authentication
QuantDesk separates human sign-in (wallet + SIWS in the app) from programmatic API access where enabled.Browser and app users
- Connect a Solana-compatible wallet and complete Sign-In With Solana (SIWS) in the web app.
- Session handling after verification follows backend policies (for example HTTP-only cookies). Exact cookie names and lifetimes are implementation details — confirm against your deployment and Swagger for any cookie-based routes.
API clients
Many routes require an authenticated context. Check Swagger for each operation:- Whether Bearer JWT is required in
Authorization - Whether cookies from an authenticated browser session are expected