summaryrefslogtreecommitdiff
path: root/app/init.go
AgeCommit message (Expand)Author
2025-05-23feat: add external authorization service (authzd) with JWT authenticationmo khan
2025-05-15chore: allow envoy to handle health checksmo khan
2025-05-15feat: remove oauth config and client secret from sparklemo khan
2025-05-15refactor: decouple from oauth configmo khan
2025-05-15refactor: remove unused environment variablesmo khan
2025-05-15refactor: move NewOIDCProvider to web packagemo khan
2025-05-15refactor: remove oidc.OpenID structmo khan
2025-05-15refactor: provide oauth config to oidc.Newmo khan
2025-05-15chore: register oauth2 config in inversion of control containermo khan
2025-05-15refactor: delete code that is now handled by envoymo khan
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-14test: exit if discovery endpoint is not reachablemo khan
2025-05-07refactor: extract helper to log errors consistentlymo khan
2025-04-28chore: override the default http client to log all outbound requestsmo 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: convert Repository to Repository[T Entity]mo khan
2025-04-17refactor: use mockoidc to test out id token verificationmo 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-15feat: create session cookie tied to access tokenmo khan
2025-04-14test: add placeholder for missing testsmo 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