index
:
gitlab/sparkled.git
main
sts
GitLab CI/CD utilities
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
web
Age
Commit message (
Expand
)
Author
2025-04-17
refactor: introduce api to parse id token from multiple locations
mo khan
2025-04-17
refactor: remove Key suffix from context keys
mo khan
2025-04-17
refactor: move context keys to key package
mo khan
2025-04-17
chore: write errors to log
mo khan
2025-04-17
test: extract oidc server test helper
mo khan
2025-04-17
refactor: use mockoidc to test out id token verification
mo khan
2025-04-17
test: temporarily skip test until github.com/oauth2-proxy/mockoidc is added
mo khan
2025-04-16
refactor: verify the id token on every request
mo khan
2025-04-16
feat: attach middleware to unpack session cookie
mo khan
2025-04-16
feat: create middleware to parse id token from session cookie
mo khan
2025-04-15
feat: create session cookie tied to access token
mo khan
2025-04-12
refactor: extract mountable interface to allow controllers to mount themselve...
mo khan
2025-04-11
refactor: split routes to separate controller files
mo khan
2025-04-11
test: move sparkles route tests to a separate file
mo khan
2025-04-11
refactor: extract test helpers
mo khan
2025-04-11
refactor: use content-type negotiation based on accept header
mo khan
2025-04-11
feat: add health check endpoint
mo khan
2025-04-11
chore: serve static files
mo khan
2025-04-10
feat: add a single API endpoint to return a list of sparkles
mo khan