summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-15feat: create session cookie tied to access tokenmo khan
2025-04-15feat: store tokens in sessio cookiemo khan
2025-04-15feat: store tokens in a session cookiemo khan
2025-04-15chore: specify a default BIND_ADDR of :8080mo khan
2025-04-14feat: exchange an authorization code grant for an access and id tokenmo khan
2025-04-14chore: load env vars from .env filesmo khan
2025-04-14refactor: remove usage of Eachmo khan
2025-04-14test: add placeholder for missing testsmo khan
2025-04-14feat: connect the sessions controller into the appmo khan
2025-04-14refactor: do not explicitly set the 301 status codemo khan
2025-04-14feat: connect the sessions controller to oidc providermo khan
2025-04-14fix: add audience parametermo khan
2025-04-14fix: add audience parametermo khan
2025-04-14test: add target audience for oidc transactionmo khan
2025-04-14feat: start to build a session controller to interact with an oidc providermo khan
2025-04-14test: refactor tests to include routingmo khan
2025-04-14test: rename test.go to http.gomo khan
2025-04-14chore: merge variables sectionsmo khan
2025-04-14test: add an integration test and run in CImo khan
2025-04-14chore: update docker image to bind to port 80 by defaultmo khan
2025-04-14chore: bind to port 8080 by defaultmo 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-12feat: wire up dependencies in inversion of control containermo 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-11feat: Add boilerplat for homepagemo khan
2025-04-11chore: add product_categorymo khan
2025-04-11chore: re-organize .gitlab-ci.ymlmo khan
2025-04-11chore: add runway deployment configmo khan
2025-04-11chore: decouple gitlab ci from makemo khan
2025-04-11refactor: use content-type negotiation based on accept headermo khan
2025-04-11chore: decouple gitlab ci from makemo khan
2025-04-11docs: update README instructions to use makemo khan
2025-04-11chore: build scratch image with makemo khan
2025-04-11chore: use docker 28mo khan
2025-04-11chore: print build tagmo khan
2025-04-11chore: remove blank build jobmo khan
2025-04-11chore: build sparkled in dockermo khan
2025-04-11chore: add runway configurationmo khan
2025-04-11chore: add runway configurationmo khan
2025-04-11feat: add health check endpointmo khan
2025-04-11chore: add a minimal test buildmo khan
2025-04-11docs: add a screenshot of what it could look likemo khan
2025-04-11docs: improve the READMEmo khan
2025-04-11chore: serve static filesmo khan
2025-04-10feat: add a single API endpoint to return a list of sparklesmo khan
2025-04-10initial commitmo khan