Wants to make Login Challenge to never expire

We are using hydra for our first party app and suppose a user waits onto the login page and then sign in then he gets the following error.

msg=“An error occurred” debug=“The login request has expired, please try again.” description=“The request could not be authorized” error=request_unauthorized hint=“Check that you provided valid credentials in the right format.”

We want that login challenge to never get expire or any other solution for this problem

We want that login challenge to never get expire or any other solution for this problem

Please don’t do that.

However, there is a patch coming that enables you to set this time with an env var. Will be released as v1.0.0-rc.1.

So is there a way , if a user is on a login page and waits there for while and tries to login cos currently we r getting the above error

-> Yes, just don’t set it to infinite but maybe an hour or so.

Thanks will wait for it