Hi, when running my app - protected with the token authentification as you did it in your nice tutorial -, it crashes when there is an invalid token. I get :
"status": 500,
"error": "Internal Server Error",
"exception": "#<ArgumentError: Unrecognized status code :invalid_token>",
I searched through your repo but cannot find where :invalid_token is defined. Could you help/explain ?
Thanks !