summaryrefslogtreecommitdiff
path: root/app/middleware/user_test.go
AgeCommit message (Collapse)Author
2025-05-28chore: rename headers from x-id-jwt to x-jwtmo khan
2025-05-28refactor: always provide a user in the request contextmo khan
2025-05-28refactor: delete jwt verification codemo khan
2025-05-28refactor: parse headers injected by envoymo khan
2025-05-23feat: add external authorization service (authzd) with JWT authenticationmo khan
- Add new authzd gRPC service implementing Envoy's external authorization API - Integrate JWT authentication filter in Envoy configuration with claim extraction - Update middleware to support both cookie-based and header-based user authentication - Add comprehensive test coverage for authorization service and server - Configure proper service orchestration with authzd, sparkled, and Envoy - Update build system and Docker configuration for multi-service deployment - Add grpcurl tool for gRPC service debugging and testing This enables fine-grained authorization control through Envoy's ext_authz filter while maintaining backward compatibility with existing cookie-based authentication.
2025-05-15refactor: remove more types from oidc packagemo khan
2025-05-07refactor: provide context to repository to apply timeoutmo khan
2025-05-07refactor: move test server to oidc packagemo khan
2025-04-25refactor: move key pacakge to cfgmo khan
2025-04-25refactor: move db and mountable to appmo khan