auto login without show the page /users/sign_in

My auth provider is cas3. When the users close the browser, they need to click the button "cas3" again to login in. It is a repeated job. In the older versions, the request is GET, but recently the request is changed into POST. Is there a way to auto login? thanks.