nickschot / lux-jwt

Middleware implementation of JWT for Lux.
MIT License
15 stars 1 forks source link

Make exceptions work correctly #3

Closed nickschot closed 7 years ago

nickschot commented 7 years ago

Currently the exceptions thrown by lux-jwt are resulting in 500's for the user.

nickschot commented 7 years ago

401's are now passed as of a1c6f69