lila-chat/README.md

9 lines
355 B
Markdown
Raw Normal View History

# Registration api system
`POST /api/register/<name>/<pin>` Register the username with the pin provided if it doesn't already exist
`GET /api/users/<name>` Check if the user exists
`GET /api/users/<name>/<pin>` Check if the user exists, and if the pin provided matches
2021-07-16 17:37:25 +00:00
`POST /api/users/change/<name>/<pin>/<new-name>/<new-pin>` Change a users pin/name