quick-addition-90714
10/07/2024, 9:27 AMbrief-egg-61061
10/07/2024, 9:27 AMbrief-egg-61061
10/07/2024, 9:27 AMremember_me
parameter is not set in the accept login request
, the login challenge will always instruct you to show the login UI. If the remember_me
parameter is set, Hydra will keep track of the session and you won't need to show the login UI again for the same session. In conclusion, you should only serve the login page when you have a login challenge from Hydra, and whether you need to serve it again for the same session depends on the remember_me
parameter. Sources: - [Hydra won't remember my login](https://www.ory.sh/docs/hydra/faq#hydra-wont-remember-my-login) - [Get OAuth 2.0 Login Request](https://www.ory.sh/docs/hydra/reference/api)quick-addition-90714
10/07/2024, 9:28 AMbrief-egg-61061
10/07/2024, 9:28 AMbrief-egg-61061
10/07/2024, 9:29 AM