| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-28 | refactor: delete jwt verification code | mo khan | |
| 2025-05-28 | refactor: extract RequestParser type | mo khan | |
| 2025-05-15 | refactor: allow cookie parser to accept cookie name | mo khan | |
| 2025-05-15 | refactor: inline usage of RawToken type | mo khan | |
| 2025-05-11 | refactor: use same cookie names as envoy plugin | mo khan | |
| 2025-05-08 | feat: use a cookie prefix to lock down the session cookie | mo 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-07 | refactor: use Mapper type | mo khan | |
| 2025-05-07 | feat: digitally sign and verify cookie using randomly generated key | mo khan | |
| 2025-05-07 | refactor: extract helper to log errors consistently | mo khan | |
| 2025-04-28 | feat: use htmx to render partials | mo khan | |
