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
late-needle-23869
07/27/2022, 7:12 AM
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
gifted-salesmen-20057
07/27/2022, 10:53 AM
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.