Runtime
- Signer key
- Loading
- Licenses
- 0
- Active sessions
- 0
GoAuth
Admin access for licenses, sessions, and signed SDK responses.
Issue license keys, enforce HWID locking, and inspect active sessions.
METHOD PATH TIMESTAMP BODY_SHA256
/api/license/login./api/sdk/ping./.well-known/goauth.json.Issue a new key for an SDK client or customer environment.
| Name | Prefix | HWID | Last used | Status |
|---|
| License | HWID | Device | Network | Last seen | Status |
|---|
POST /api/license/login
{
"license_key": "glic_...",
"hwid": "device-fingerprint",
"device_name": "desktop-client"
}
Authorization: Bearer session_token GET /api/sdk/ping Verify: X-GoAuth-Signature X-GoAuth-Timestamp X-GoAuth-Body-SHA256