Skip to main content

Module about

Module about 

Source
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).