summaryrefslogtreecommitdiff
path: root/pkg/pls
AgeCommit message (Collapse)Author
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-08refactor: move html render to data transfer objectmo khan
2025-05-07refactor: extract helper to log errors consistentlymo khan
2025-04-30refactor: delegate to x packagemo khan
2025-04-30refactor: using existing helpersmo khan
2025-04-30fix: prepend default optionmo khan
2025-04-30refactor: extract generic function to create and initialize any typemo khan
2025-04-30refactor: extract cookie optionsmo khan
2025-04-28feat: redirect to login page when session is establishedmo khan
2025-04-28feat: generate a nonce to validate the OAuth callbackmo khan
2025-04-10feat: add a single API endpoint to return a list of sparklesmo khan