codeforboston / urban-league-heat-pump-accelerator

Urban League Heat Pump Accelerator Project
MIT License
33 stars 22 forks source link

Handle authorization errors more gracefully #606

Closed lfilmeyer closed 2 months ago

lfilmeyer commented 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