summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Expand)Author
2025-04-28test: temporarily disable http and secure flagsmo khan
2025-04-28feat: add logout endpointmo khan
2025-04-28feat: do not allow js to access cookiemo khan
2025-04-28refactor: extract method to validate id tokenmo khan
2025-04-28refactor: move types to separate filesmo khan
2025-04-25refactor: move key pacakge to cfgmo 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-25feat: display author informationmo khan
2025-04-25feat: record the authormo khan
2025-04-25refactor: move id and entity to domain packagemo khan
2025-04-24feat: add middleware to require a logged in usermo khan
2025-04-23docs: add an example ID Tokenmo khan
2025-04-22refactor: convert id token to user in mappermo khan
2025-04-21feat: provision new users on-demandmo khan
2025-04-21feat: attach current user if they are in the dbmo khan
2025-04-21feat: start to build middleware to attach the current usermo khan
2025-04-21refactor: convert Repository to Repository[T Entity]mo khan
2025-04-21refactor: rename middlewaremo khan
2025-04-21refactor: extract oidc.RawIDToken typemo khan
2025-04-17refactor: introduce api to parse id token from multiple locationsmo khan
2025-04-17refactor: remove Key suffix from context keysmo khan
2025-04-17refactor: move context keys to key packagemo khan
2025-04-17refactor: remove dead codemo khan
2025-04-17chore: write errors to logmo khan
2025-04-17test: extract test helper to convert and verify raw id tokenmo khan
2025-04-17test: extract method to generate a valid authorization code grantmo khan
2025-04-17test: remove the test oidc servermo khan
2025-04-17test: extract oidc server test helpermo khan
2025-04-17refactor: use mockoidc to test out id token verificationmo khan
2025-04-17test: temporarily skip test until github.com/oauth2-proxy/mockoidc is addedmo khan
2025-04-16refactor: verify the id token on every requestmo khan
2025-04-16feat: attach middleware to unpack session cookiemo khan
2025-04-16feat: create middleware to parse id token from session cookiemo khan
2025-04-16feat: render an html page when a user is logged inmo khan
2025-04-15feat: create session cookie tied to access tokenmo khan
2025-04-15feat: store tokens in sessio cookiemo khan
2025-04-14refactor: remove usage of Eachmo khan
2025-04-14feat: connect the sessions controller to oidc providermo khan
2025-04-14test: rename test.go to http.gomo khan
2025-04-14fix: update go mod namespacemo khan
2025-04-12refactor: extract mountable interface to allow controllers to mount themselve...mo khan
2025-04-11refactor: split routes to separate controller filesmo khan
2025-04-11test: move sparkles route tests to a separate filemo khan
2025-04-11refactor: extract test helpersmo khan
2025-04-11refactor: use content-type negotiation based on accept headermo khan
2025-04-11feat: add health check endpointmo khan
2025-04-11chore: serve static filesmo khan
2025-04-10feat: add a single API endpoint to return a list of sparklesmo khan