index
:
gitlab/sparkled.git
main
sts
GitLab CI/CD utilities
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-04-21
feat: provision new users on-demand
mo khan
2025-04-21
feat: attach current user if they are in the db
mo khan
2025-04-21
feat: start to build middleware to attach the current user
mo khan
2025-04-21
refactor: convert Repository to Repository[T Entity]
mo khan
2025-04-21
refactor: rename middleware
mo khan
2025-04-21
refactor: extract oidc.RawIDToken type
mo khan
2025-04-21
refactor: provide the root dir as a parameter
mo khan
2025-04-17
refactor: move html template to a separate file
mo khan
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
refactor: remove dead code
mo khan
2025-04-17
chore: write errors to log
mo khan
2025-04-17
chore: write error to log
mo khan
2025-04-17
test: validate the stored tokens in the session cookie
mo khan
2025-04-17
test: extract test helper to convert and verify raw id token
mo khan
2025-04-17
chore: write error to log
mo khan
2025-04-17
test: extract method to generate a valid authorization code grant
mo khan
2025-04-17
test: remove the test oidc server
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-17
chore: update x packages
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-16
feat: render a blank html page for the dashboard
mo khan
2025-04-16
feat: render an html page when a user is logged in
mo khan
2025-04-15
feat: connect a blank dashboard controller
mo khan
2025-04-15
feat: create session cookie tied to access token
mo khan
2025-04-15
feat: store tokens in sessio cookie
mo khan
2025-04-15
feat: store tokens in a session cookie
mo khan
2025-04-15
chore: specify a default BIND_ADDR of :8080
mo khan
2025-04-14
feat: exchange an authorization code grant for an access and id token
mo khan
2025-04-14
chore: load env vars from .env files
mo khan
2025-04-14
refactor: remove usage of Each
mo khan
2025-04-14
test: add placeholder for missing tests
mo khan
2025-04-14
feat: connect the sessions controller into the app
mo khan
2025-04-14
refactor: do not explicitly set the 301 status code
mo khan
2025-04-14
feat: connect the sessions controller to oidc provider
mo khan
2025-04-14
fix: add audience parameter
mo khan
2025-04-14
fix: add audience parameter
mo khan
2025-04-14
test: add target audience for oidc transaction
mo khan
2025-04-14
feat: start to build a session controller to interact with an oidc provider
mo khan
2025-04-14
test: refactor tests to include routing
mo khan
2025-04-14
test: rename test.go to http.go
mo khan
2025-04-14
chore: merge variables sections
mo khan
2025-04-14
test: add an integration test and run in CI
mo khan
2025-04-14
chore: update docker image to bind to port 80 by default
mo khan
2025-04-14
chore: bind to port 8080 by default
mo khan
[next]