index
:
gitlab/sparkled.git
main
sts
GitLab CI/CD utilities
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
Age
Commit message (
Expand
)
Author
2025-05-24
feat: connect rpc client to inversion of control container
mo khan
2025-05-24
refactor: decorate handler with access check middleware
mo khan
2025-05-24
feat: create middleware to check if user has permission
mo khan
2025-05-23
feat: parse the body of the id token
mo khan
2025-05-23
feat: add external authorization service (authzd) with JWT authentication
mo khan
2025-05-15
chore: allow envoy to handle health checks
mo khan
2025-05-15
feat: remove oauth config and client secret from sparkle
mo khan
2025-05-15
refactor: decouple from oauth config
mo khan
2025-05-15
refactor: rename TestServer to OIDCServer
mo khan
2025-05-15
refactor: allow cookie parser to accept cookie name
mo khan
2025-05-15
refactor: remove unused environment variables
mo khan
2025-05-15
refactor: move NewOIDCProvider to web package
mo khan
2025-05-15
refactor: inline usage of RawToken type
mo khan
2025-05-15
refactor: remove more types from oidc package
mo khan
2025-05-15
refactor: remove oidc.OpenID struct
mo khan
2025-05-15
refactor: provide oauth config to oidc.New
mo khan
2025-05-15
chore: register oauth2 config in inversion of control container
mo khan
2025-05-15
refactor: inline usage of validate id token
mo khan
2025-05-15
refactor: delete code that is now handled by envoy
mo khan
2025-05-14
refactor: remove unnecessary params from ctor
mo khan
2025-05-14
feat: provider a fallback provider that defaults to hard-coded paths
mo khan
2025-05-14
test: exit if discovery endpoint is not reachable
mo khan
2025-05-11
fix: redirect to dashboard when already logged in at callback url
mo khan
2025-05-11
refactor: inline unncessary method
mo khan
2025-05-11
refactor: use same cookie names as envoy plugin
mo khan
2025-05-11
feat: add endpoint to reflect JWT body
mo khan
2025-05-11
test: test envoy and sparkle via testcontainers
mo khan
2025-05-08
refactor: move html render to data transfer object
mo khan
2025-05-08
feat: test out a redirect page in staging
mo khan
2025-05-08
feat: use a cookie prefix to lock down the session cookie
mo khan
2025-05-08
chore: add link to 404 issue
mo khan
2025-05-08
chore: write cookie validity to log
mo khan
2025-05-08
feat: clear the oauth state cookie after usage
mo khan
2025-05-08
chore: log the generated cookie
mo khan
2025-05-07
refactor: use Mapper type
mo khan
2025-05-07
feat: check if cookie is valid
mo khan
2025-05-07
fix: do not clear set-cookie header
mo khan
2025-05-07
fix: remove the csrf cookie after usage
mo khan
2025-05-07
chore: log the expiration of the access token
mo khan
2025-05-07
chore: log session cookie to understand why it is not being delivered
mo khan
2025-05-07
fix: use same site lax mode to allow setting cooking on redirect
mo khan
2025-05-07
refactor: provide context to repository to apply timeout
mo khan
2025-05-07
feat: digitally sign and verify cookie using randomly generated key
mo khan
2025-05-07
refactor: move test server to oidc package
mo khan
2025-05-07
refactor: extract helper to log errors consistently
mo khan
2025-05-07
refactor: delegate to cookie package
mo khan
2025-05-07
refactor: move cookie to web package
mo khan
2025-05-07
refactor: delegate to cookie package to write to response stream
mo khan
2025-05-07
refactor: delegate to cookie package
mo khan
2025-04-30
fix: strict same site mode breaks redirects
mo khan
[prev]
[next]