16.10.2025, 09:39
Try sending auth this way:
You might need to wait for authorization_requested to be sent by the server fist before sending the authorization command.
Code:
client:send(json.encode({
type = 'authorization',
data = token,
}))
You might need to wait for authorization_requested to be sent by the server fist before sending the authorization command.