Connection Authentication
Authentication Process Overview
iss := time.Now().UTC().Format(time.RFC3339)
exp := time.Now().Add(2 * time.Minute).UTC().Format(time.RFC3339)
payload := map[string]string{
"iss": iss,
"exp": exp,
"publicKey": "<PUBLIC_KEY>"
}Payload Signing and Transmission
x-chroom-payload: Contains the JSON-encoded payload.
x-chroom-signature: Contains the digital signature of the payload.Media Node Authentication Steps
Authentication Details
Security Highlights
Last updated
