Closed lfilmeyer closed 2 months ago
Currently when you make a request to an endpoint and are not authorized, we throw a Pundit::NotAuthorizedError 500 error. We should instead be returning a 401 error
Pundit::NotAuthorizedError
Currently when you make a request to an endpoint and are not authorized, we throw a
Pundit::NotAuthorizedError
500 error. We should instead be returning a 401 error