Overview

What the Blazeauth WebSocket API is, where it is used, and why it is simple to integrate.

Blazeauth WebSocket API is a language-agnostic interface for auth, licensing, session data, and file delivery over one persistent connection.

What this API is

Where it is used

  • Client authentication and authorization flows.
  • License validation and binding flows.
  • Reading app variables and session-scoped key/value data.
  • Binary file transfer with resumable progress.
  • Real-time panel event delivery on the same socket.

Who it is for

  • SDK/library developers implementing Blazeauth protocol in any language.
  • Client applications that need low-latency and convenient auth/licensing flows.

Why it is simple to integrate

  • One connection for both request/response operations and server events.
  • Predictable packet envelope (type, id) for all client packets.
  • Uniform status-code model across all usecases.
  • Clear split between text JSON packets and binary transfer frames.

On this page