-Wireframes
-Figma design
-Colour stuff
-Code
-Table comparing which language we are using / platform etc etc
Method | Name | Description | Parameters | Return values | Exceptions |
---|---|---|---|---|---|
POST |
| Logs user into their account and returns a token for their session |
|
| 400 errors:
|
POST |
| Logs user out of session and disconnects any tokens associated with them. |
|
| 403:
|
POST |
| Creates new user and returns token for their session. Valid password is min 8 char, contains at least 1 upper case and 1 digit |
|
| 400:
|