Revert "Add more info to readme"

This reverts commit 76039f65cf.
pull/5/head
~erin 2021-07-17 07:50:30 -04:00
parent 76039f65cf
commit 8a3a80db45
1 changed files with 1 additions and 7 deletions

View File

@ -1,10 +1,4 @@
# Chat Registration System
The basic backend code needed to register & login to a chat system (to be built).
Send it the unhashed username and pin, and it'll store it in the `users.json` file with the pin hashed with SHA1.
## API Documentation
# 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