POST session/create
Create a session for user on login.
Note
This is a privileged endpoint. Only authorised queries will be processed.
Parameters
uuid
string
The UUID for the user.
ipAddress
string
The IP address of the user.
Examples
- Typical
- Invalid
{
"uuid": "0af03841-2894-434c-a4be-965b317244e8", // shadowolfyt
"ipAddress": "123.45.678.9",
"server": "Hub"
}
Response
{
"success": true
}
A new session has been created for shadowolfyt. This is created when they join one of the servers.
TODO