summaryrefslogtreecommitdiff
path: root/app/middleware
AgeCommit message (Expand)Author
2025-05-14refactor: remove unnecessary params from ctormo khan
2025-05-14feat: provider a fallback provider that defaults to hard-coded pathsmo khan
2025-05-11refactor: use same cookie names as envoy pluginmo khan
2025-05-08feat: use a cookie prefix to lock down the session cookiemo khan
2025-05-08chore: add link to 404 issuemo khan
2025-05-07refactor: use Mapper typemo khan
2025-05-07refactor: provide context to repository to apply timeoutmo khan
2025-05-07feat: digitally sign and verify cookie using randomly generated keymo khan
2025-05-07refactor: move test server to oidc packagemo khan
2025-05-07refactor: extract helper to log errors consistentlymo khan
2025-05-07refactor: move cookie to web packagemo khan
2025-04-30fix: strict same site mode breaks redirectsmo khan
2025-04-30refactor: delegate to cookie.Reset to overload with optionsmo khan
2025-04-30refactor: extract Option[T] and cleaner API for creating cookiesmo khan
2025-04-28refactor: extract method to validate id tokenmo khan
2025-04-28feat: use htmx to render partialsmo khan
2025-04-28refactor: add predicate to check if user is logged inmo khan
2025-04-28fix: render 404 when not logged inmo khan
2025-04-25refactor: move key pacakge to cfgmo khan
2025-04-25refactor: move db and mountable to appmo khan