summaryrefslogtreecommitdiff
path: root/pkg/web/cookie_test.go
AgeCommit message (Collapse)Author
2025-05-28refactor: delete jwt verification codemo khan
2025-05-08feat: use a cookie prefix to lock down the session cookiemo khan
> __Host-: If a cookie name has this prefix, it's accepted in a > Set-Cookie header only if it's also marked with the Secure attribute, > was sent from a secure origin, does not include a Domain attribute, > and has the Path attribute set to /. In other words, the cookie is > domain-locked. https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Cookies#cookie_prefixes
2025-05-07refactor: move cookie to web packagemo khan