Hi all ,can anyone help here,
Problem i am facing:
I have 2 apps with individual client id and client secret,Both the application are individually handling there session
when i set remember_me in the accept consent to true in one app ory hydra is trying to logs me in correctly,
but since the remember_me is true in the second app i automatically get logged in as hydra is creating session in background ,
but i don't want this behavior , that is i don't want hydra to create session ,
if i set remember_me to false , hydra is not creating session, but because of this it is always showing the consent screen on every login request i make , because skip is never becoming true in this case
The Behavior i want : skip should become true , when the user is already given consent to the application and this should work with remember_me as false as i don't want hydra to keep track of session.