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
Cookie handling is currently very simple, just based on the host and without support for path, expiration, etc.
Rather than relying on an external dependency, it should be possible to provide a minimal implementation that can be overridden by applications that wants to use a more sophisticated cookie handling, possibly injecting external cookies and taking into account other cookie parameters.
The text was updated successfully, but these errors were encountered:
Cookie handling is currently very simple, just based on the
host
and without support for path, expiration, etc.Rather than relying on an external dependency, it should be possible to provide a minimal implementation that can be overridden by applications that wants to use a more sophisticated cookie handling, possibly injecting external cookies and taking into account other cookie parameters.
The text was updated successfully, but these errors were encountered: