← bindings
draft

WEBSOCKET

draft

Persistent connection binding.
Credentials in upgrade handshake.
Real-time verification.

Status: Draft

This binding is under development.

Proposed Approach

GET /ws HTTP/1.1
Host: api.example.com
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==
Sec-WebSocket-Protocol: kya-v1
KYA-Credential: eyJ...
KYA-Token: eyJ...
Discuss on GitHub