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
Since all of the cookie sessions logic lives in the sessions package, it makes sense to do all validation there as well rather than having that duplicate logic in auth and proxy.
What
Since all of the cookie sessions logic lives in the sessions package, it makes sense to do all validation there as well rather than having that duplicate logic in
authandproxy.