David Ng said over 3 years ago on Rails API App - Authentication with JSON Web Tokens :
The Authentication with JSON Web Tokens works for 1 day and NOT authenticated with JWT after 1 day.

I find authorize_api_request. decoded_auth_token is false (due to http_auth_header?)

I suspect it due to the 24.hours exp of JWT.  

any idea?