summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Expand)Author
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
2025-04-30test: add test for each cookie optionmo khan
2025-04-30refactor: delegate to cookie.Reset to overload with optionsmo khan
2025-04-30test: add test for resetting a cookiemo khan
2025-04-30test: ensure tests work offlinemo khan
2025-04-30refactor: delegate to x packagemo khan
2025-04-30refactor: using existing helpersmo khan
2025-04-30feat: extract other cookie optionsmo 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 Option[T] and cleaner API for creating cookiesmo khan
2025-04-30refactor: extract cookie optionsmo khan
2025-04-30fix: the CSRF cookie needs to have a same site lax modemo khan
2025-04-30fix: disable secure cookies in development modemo khan
2025-04-29feat: use same site strict modemo khan
2025-04-29Use secure and http flag on cookies everywheremo khan
2025-04-29feat: ensure cookie is not accessible to js and one transmitted over tls in p...mo 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-28test: temporarily disable http and secure flagsmo khan