reasonml-community / bs-express

Express bindings in Reason
MIT License
210 stars 60 forks source link

Can't explicitly set SameSite to None #81

Open maxkorp opened 4 years ago

maxkorp commented 4 years ago

As of february chrome auto treats cookies with no samesite set as lax, but the library lacks a way to explicitly set it to "none".

I'll submit a PR momentarily to fix this, just filing an issue in case there is some process needed.

ncthbrt commented 4 years ago

Thanks @maxkorp