Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SameSite cookie support for Lift #1989

Open
csaltos opened this issue Apr 5, 2021 · 1 comment
Open

SameSite cookie support for Lift #1989

csaltos opened this issue Apr 5, 2021 · 1 comment

Comments

@csaltos
Copy link
Contributor

csaltos commented Apr 5, 2021

Mailing List thread:

WHAT ?

This is a kind request for adding SameSite cookies support for Lift

WHY ?

SameSite for cookies was kind of optional years ago but now it has reached solid ground and now is a must for web security. More info at https://developer.mozilla.org/de/docs/Web/HTTP/Headers/Set-Cookie/SameSite

HOW ?

Adding sameSite: Box[String] to net.liftweb.http.provider.HttpCookie and it's correspondent value generation at response time

@Shadowfiend
Copy link
Member

I haven't redone this investigation, but this turned out to be rather complicated in at least some scenarios last time we looked into it. Cc @farmdawgnation who did that investigation at the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants