pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 178 forks source link

@jwt_required now returns correct error code with error message on JW… #131

Open kraglik opened 5 years ago

kraglik commented 5 years ago

Old implementation always returns 500 error. Now, view that is wrapped with 'jwt_required' decorator returns an error with correct description and error code.