| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-15 | refactor: delete code that is now handled by envoy | mo khan | |
| 2025-05-14 | refactor: remove unnecessary params from ctor | mo khan | |
| 2025-05-14 | feat: provider a fallback provider that defaults to hard-coded paths | 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: move test server to oidc package | mo khan | |
| 2025-05-07 | refactor: move cookie to web package | mo khan | |
| 2025-04-30 | refactor: extract Option[T] and cleaner API for creating cookies | mo khan | |
| 2025-04-28 | test: add unit tests for the service | mo khan | |
| 2025-04-28 | feat: redirect to login page when session is established | mo khan | |
