You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
516 B
29 lines
516 B
11 months ago
|
### AUTH
|
||
|
POST https://servobot.ai/servoauth/auth
|
||
|
Content-Type: application/json
|
||
|
|
||
|
{
|
||
|
"username":"zadahouse",
|
||
|
"half_nonce":"01234567"
|
||
|
}
|
||
|
|
||
|
|
||
|
### VERIFY
|
||
|
POST https://servobot.ai/servoauth/verify
|
||
|
Content-Type: application/json
|
||
|
|
||
|
{
|
||
|
"full_nonce":"01234567eko42163",
|
||
|
"client_hash":"3ec5cf7ea34a41ca4675f24b8f9cc1696cd1c60479020c083ba724bf6e93b705",
|
||
|
"next_nonce":"76543210"
|
||
|
}
|
||
|
|
||
|
|
||
|
### GREETING
|
||
|
POST https://servobot.ai/servoauth/
|
||
|
Content-Type: application/json
|
||
|
|
||
|
{
|
||
|
"name":"emil",
|
||
|
"password":"spider-man"
|
||
|
}
|