Im using the Knock gem (https://github.com/nsarno/knock) for JWT based authentication in my Rails 5 application. The authentication token generated auto expires after one day. Is there any way i can either prevent the auto expiration of the token or prolong the expiration ?
Thanks