Expand description
The about op โ server identity and SCRAM authentication handshake.
GET /api/about is dual-purpose:
- Unauthenticated (HELLO / SCRAM): drives the three-phase SCRAM SHA-256 handshake.
- Authenticated (BEARER token): returns the server about grid.
POST /api/close revokes the bearer token (logout).
Functionsยง
- handle
- GET /api/about
- handle_
close - POST /api/close โ revoke the bearer token (logout).