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
Fix JWTEventListener cookie name resolution crashing on invalid dummy token
Call createCookie with a valid JWT placeholder at construction time and cache
the cookie name, rather than calling createCookie('x') on every response (which
throws because 'x' is not a valid JWT format in newer lexik versions).
0 commit comments