pallets-eco / flask-jwt

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

Responce error #121

Open mayurpatil1211 opened 7 years ago

mayurpatil1211 commented 7 years ago

When i log in it gives me token then i can access protected function using token. But when i terminate program and try to access protected function with same token it gives me error 500 instead of Authentication failed.