haskell-servant / servant-auth

160 stars 73 forks source link

Fix: AnySite #165

Closed odr closed 4 years ago

odr commented 4 years ago

AnySite in CookieSettings doesn't work. It was consequence from lack of such setting in the cookie package in the past.

But now there is sameSiteNone option for Cookies (cookie >= 0.4.5) which is corresponding to AnySite. So this patch fix it.