summaryrefslogtreecommitdiff
path: root/app/app.go
AgeCommit message (Expand)Author
2025-07-31Connect to postgresqlmo khan
2025-05-28refactor: parse headers injected by envoymo khan
2025-05-26refactor: parse id token from custom x-jwt-payload headermo khan
2025-05-23feat: add external authorization service (authzd) with JWT authenticationmo khan
2025-05-15chore: allow envoy to handle health checksmo khan
2025-05-15refactor: decouple from oauth configmo khan
2025-05-15refactor: allow cookie parser to accept cookie namemo khan
2025-05-15refactor: remove unused environment variablesmo khan
2025-05-15refactor: remove oidc.OpenID structmo khan
2025-05-15refactor: delete code that is now handled by envoymo khan
2025-04-28feat: use htmx to render partialsmo khan
2025-04-25refactor: move db and mountable to appmo khan
2025-04-25refactor: move domain package into appmo khan
2025-04-25refactor: move Repository interface to domainmo khan
2025-04-21feat: connect the current user middlewaremo khan
2025-04-21refactor: rename middlewaremo khan
2025-04-21refactor: provide the root dir as a parametermo khan
2025-04-16refactor: verify the id token on every requestmo khan
2025-04-16feat: attach middleware to unpack session cookiemo khan
2025-04-16feat: create middleware to parse id token from session cookiemo khan
2025-04-15feat: connect a blank dashboard controllermo khan
2025-04-14feat: connect the sessions controller into the appmo khan
2025-04-14fix: update go mod namespacemo khan
2025-04-12refactor: extract mountable interface to allow controllers to mount themselve...mo khan