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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Hoping to save people some time if they peek at the issues tab before using this. I wasted a good amount of time with this until I realized it was just broken.
This package is no longer maintained by anyone. It currently does not work for cross-site requests due to using an outdated version of the cookies library which doesn't support SameSite cookies. So if you have two origins (e.g. https://www.example.com and https://api.example.com) and you want to use this package for cookies: steer clear. If your entire site is served under a single origin this will still work for you.
There's actually a PR which fixes this huge issue here (but again, this is abandoned so it's likely not getting merged): #142
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hoping to save people some time if they peek at the issues tab before using this. I wasted a good amount of time with this until I realized it was just broken.
This package is no longer maintained by anyone. It currently does not work for cross-site requests due to using an outdated version of the
cookies
library which doesn't supportSameSite
cookies. So if you have two origins (e.g.https://www.example.com
andhttps://api.example.com
) and you want to use this package for cookies: steer clear. If your entire site is served under a single origin this will still work for you.There's actually a PR which fixes this huge issue here (but again, this is abandoned so it's likely not getting merged): #142
The text was updated successfully, but these errors were encountered: