-
Notifications
You must be signed in to change notification settings - Fork 0
1. Authentication
David Yang edited this page Aug 4, 2022
·
2 revisions
Before authenticating, open a websocket connection at wss://summer-code-jam-2022.herokuapp.com/ws
{
"action": "login"
"name": "xxx"
"password": "xxx"
}New account created, welcome, xxx!
Username "xxx" taken
{
"action": "login"
"name": "xxx"
"password": "xxx"
}Welcome, xxx!