You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2025. It is now read-only.
When the stores is set to ["cookie", "storage"] the login() does its job and fetch back correct jwt but doesn't store the token in either cookie or localStorage, then the user fetch fails because the request is missing the Authoriziation header.
If I change the stores to ["storage", "cookie"] or just remove stores option entirely, then it works fine.