qiandrew / AudioNote

Apache License 2.0
0 stars 0 forks source link

Return correct status code for authentication #17

Open matthewmoss opened 5 years ago

matthewmoss commented 5 years ago

Look into how HTTP status codes work and return 200 for good requests and 400 for invalid requests.

Time: Half day. Requires learning about how to send status codes with spring.

Test: We'll know this works when the request sends the appropriate status for authentication state.

Commits: See linked PR below.

ZackHiggins commented 5 years ago

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status

The above link is a list of status codes for HTTP.