teamhanko / hanko

Authentication and user management for the passkey era.

Home Page:https://hanko.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hanko-auth: Session expired error after logout / on reload

FlxMgdnz opened this issue · comments

After logout or on page reload, there's a short time where hanko-auth shows a session expired error. Depending on the connection speed this is quite visible. On good connections it's only a very short flicker, but often times still visible.

20231019-1404-07.7332369.mp4

The issue occurs if the cookie is deleted to sign out the user instead of using the sdk.
This will be obsolete as soon as Flow API is released as the new API has a different handling.