A simple chat server for maya's stream.
 
 
 
 
 
Go to file
~erin 4520b3bd34
Rename project & split into multiple files
2021-07-17 11:40:05 -04:00
src Rename project & split into multiple files 2021-07-17 11:40:05 -04:00
.gitignore Initialize repo with basic functionality 2021-07-16 10:55:07 -04:00
Cargo.lock Rename project & split into multiple files 2021-07-17 11:40:05 -04:00
Cargo.toml Rename project & split into multiple files 2021-07-17 11:40:05 -04:00
README.md Revert "Add more info to readme" 2021-07-17 07:50:30 -04:00

README.md

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

POST /api/users/change/<name>/<pin>/<new-name>/<new-pin> Change a users pin/name