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
The gatekeeper sets the cookie to be http-only, so preventing the user information coming from the JWT token to be read from javascript in applications.
I think that reading the cookie from Javascript is really useful, so I'm for defaulting to http-only-cookie: false
The text was updated successfully, but these errors were encountered:
The gatekeeper sets the cookie to be http-only, so preventing the user information coming from the JWT token to be read from javascript in applications.
I think that reading the cookie from Javascript is really useful, so I'm for defaulting to
http-only-cookie: false
The text was updated successfully, but these errors were encountered: