Hi, For demo purpose I am using <hydra-login-conse...
# talk-hydra
g
Hi, For demo purpose I am using hydra-login-consent-node. I using react, angular or any other web framework. So when i have logged in one tab and when I open same application in same browser but different tab the application it asks to go through all login process. hydra-login-consent doesn't create cookie of on going session?
l
I have the same problem the process is launched when you open a new tab generating a new token. In my case as I use Kratos for login I can retrieve the user data through the whoami endpoint and avoid the user having to re-insert his credentials.
g
Thanks for reply. I found the way on consent page there is
remember me
button if it is set to true it will not ask for login again.
it is in doc missed 😅