rluders / wn-jwtauth-plugin

JWTAuth Plugin for WinterCMS
GNU General Public License v3.0
29 stars 28 forks source link

Improve error handling #41

Closed rluders closed 3 years ago

rluders commented 3 years ago

Based on #40 it seems that it is necessary to improve the error handling to avoid non-treated 500 errors to be sent by the API. What I do expect here is that, when it fails, it should fail gracefully, giving back some meaningful response in JSON format.

rluders commented 3 years ago

It is duplicated with #38