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
I've been diving into session management in Tide. It seems like it is still a WIP but it sounded like this library is the direction things are moving towards.
I am noticing that Tide's cookie middleware hides the CookieJar from the consumer, so it can't be used with these traits. I'm not sure whether Tide should allow access to the CookieJar or if this should be changed to take a Request/Response pair instead of a CookieJar.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I've been diving into session management in Tide. It seems like it is still a WIP but it sounded like this library is the direction things are moving towards.
I am noticing that Tide's cookie middleware hides the CookieJar from the consumer, so it can't be used with these traits. I'm not sure whether Tide should allow access to the CookieJar or if this should be changed to take a Request/Response pair instead of a CookieJar.
Any thoughts?
The text was updated successfully, but these errors were encountered: