This repository has been archived by the owner on Jul 25, 2021. It is now read-only.
Semantically correct HTTP codes #125
Labels
good first issue
Good for newcomers who aren't really sure how to get started
When an API request is made without a token, a 401 response is generated as expected, however when a correctly authenticated request is made but the user lacks permissions, a 401 response is still generated, rather than the semantically correct 403.
The text was updated successfully, but these errors were encountered: