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
Age
Commit message (
Expand
)
Author
2025-05-24
fix: register oidc provider once
mo khan
2025-05-24
refactor: do not make rpc call from authzd
mo khan
2025-05-23
feat: delegate call to remote rpc if permission is required
mo khan
2025-05-23
feat: delegate to the remote authzd to check if the permission is granted
mo khan
2025-05-23
feat: parse the body of the id token
mo khan
2025-05-23
test: extract alias for HTTP Request
mo khan
2025-05-23
test: allow authenticated user the ability to create a new sparkle
mo khan
2025-05-23
test: update test to generate a valid id_token
mo khan
2025-05-23
feat: add external authorization service (authzd) with JWT authentication
mo khan
2025-05-15
refactor: rename TestServer to OIDCServer
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
refactor: inline usage of validate id token
mo khan
2025-05-15
refactor: inline usage of config variable
mo khan
2025-05-15
refactor: delete code that is now handled by envoy
mo khan
2025-05-14
fix: delegate to client_* directly
mo khan
2025-05-14
test: invline variable
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-11
refactor: inline unncessary method
mo khan
2025-05-11
refactor: use same cookie names as envoy plugin
mo khan
2025-05-11
feat: read HMAC_SESSION_SECRET env variable
mo khan
2025-05-09
refactor: delegate to WriteCookie to validate cookie
mo khan
2025-05-09
feat: attempt to sign cookies on staging/production
mo khan
2025-05-08
refactor: move html render to data transfer object
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 signed cookie issue
mo khan
2025-05-08
fix: temporarily disable signed cookies in staging/production
mo khan
2025-05-07
feat: fallback to unsigned value
mo khan
2025-05-07
feat: check if cookie is valid
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: inline options variable
mo khan
2025-05-07
refactor: move cookie to web package
mo khan
2025-05-07
refactor: delegate to cookie package
mo khan
2025-04-30
fix: strict same site mode breaks redirects
mo khan
2025-04-30
fix: adjust cookie expiration calculation
mo khan
2025-04-30
test: add test for each cookie option
mo khan
2025-04-30
refactor: delegate to cookie.Reset to overload with options
mo khan
2025-04-30
test: add test for resetting a cookie
mo khan
2025-04-30
test: ensure tests work offline
mo khan
2025-04-30
refactor: delegate to x package
mo khan
2025-04-30
refactor: using existing helpers
mo khan
2025-04-30
feat: extract other cookie options
mo khan
2025-04-30
fix: prepend default option
mo khan
2025-04-30
refactor: extract generic function to create and initialize any type
mo khan
[next]