summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Expand)Author
2025-06-26feat: connect to the remove authorization daemonmo khan
2025-06-11fix: update authzd to allow access to css js assetsmo khan
2025-05-28test: remove logging from testmo khan
2025-05-28chore: remove logging of sensitive fieldsmo 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-26refactor: remove unused codemo khan
2025-05-24chore: log x-request-id in sparkle and authzdmo khan
2025-05-24fix: register oidc provider oncemo khan
2025-05-24refactor: do not make rpc call from authzdmo khan
2025-05-23feat: delegate call to remote rpc if permission is requiredmo khan
2025-05-23feat: delegate to the remote authzd to check if the permission is grantedmo khan
2025-05-23feat: parse the body of the id tokenmo khan
2025-05-23test: extract alias for HTTP Requestmo khan
2025-05-23test: allow authenticated user the ability to create a new sparklemo khan
2025-05-23test: update test to generate a valid id_tokenmo khan
2025-05-23feat: add external authorization service (authzd) with JWT authenticationmo khan
2025-05-15refactor: rename TestServer to OIDCServermo khan
2025-05-15refactor: move NewOIDCProvider to web packagemo khan
2025-05-15refactor: inline usage of RawToken typemo khan
2025-05-15refactor: remove more types from oidc packagemo khan
2025-05-15refactor: remove oidc.OpenID structmo khan
2025-05-15refactor: provide oauth config to oidc.Newmo khan
2025-05-15refactor: inline usage of validate id tokenmo khan
2025-05-15refactor: inline usage of config variablemo khan
2025-05-15refactor: delete code that is now handled by envoymo khan
2025-05-14fix: delegate to client_* directlymo khan
2025-05-14test: invline variablemo 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-11refactor: inline unncessary methodmo khan
2025-05-11refactor: use same cookie names as envoy pluginmo khan
2025-05-11feat: read HMAC_SESSION_SECRET env variablemo khan
2025-05-09refactor: delegate to WriteCookie to validate cookiemo khan
2025-05-09feat: attempt to sign cookies on staging/productionmo khan
2025-05-08refactor: move html render to data transfer objectmo khan
2025-05-08feat: use a cookie prefix to lock down the session cookiemo khan
2025-05-08chore: add link to signed cookie issuemo khan
2025-05-08fix: temporarily disable signed cookies in staging/productionmo khan
2025-05-07feat: fallback to unsigned valuemo khan
2025-05-07feat: check if cookie is validmo 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: inline options variablemo khan
2025-05-07refactor: move cookie to web packagemo khan
2025-05-07refactor: delegate to cookie packagemo khan
2025-04-30fix: strict same site mode breaks redirectsmo khan
2025-04-30fix: adjust cookie expiration calculationmo khan