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-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
2025-04-30
fix: revert change to error message
mo khan
2025-04-30
refactor: delegate to cookie.Reset to overload with options
mo khan
2025-04-30
fix: prepend default option
mo khan
2025-04-30
refactor: extract Option[T] and cleaner API for creating cookies
mo khan
2025-04-30
fix: the CSRF cookie needs to have a same site lax mode
mo khan
2025-04-29
Use secure and http flag on cookies everywhere
mo khan
2025-04-28
feat: add by line to footer
mo khan
2025-04-28
docs: add links to handbook and slack
mo khan
2025-04-28
feat: sort the in memory items
mo khan
2025-04-28
feat: add a temporary endpoint to restore sparkles
mo khan
2025-04-28
test: add unit tests for the service
mo khan
2025-04-28
feat: validate the csrf token
mo khan
2025-04-28
feat: redirect to login page when session is established
mo khan
2025-04-28
refactor: remove struct fields that were moved to service type
mo khan
2025-04-28
refactor: move token exchange into service class
mo khan
2025-04-28
refactor: extract a session service class
mo khan
2025-04-28
feat: generate a nonce to validate the OAuth callback
mo khan
2025-04-28
feat: add link to dashboard
mo khan
2025-04-28
feat: convert nav to dropdown
mo khan
2025-04-28
feat: add a header and a footer
mo khan
2025-04-28
feat: add logout endpoint
mo khan
2025-04-28
refactor: remove unused template and action
mo khan
2025-04-28
chore: override the default http client to log all outbound requests
mo khan
2025-04-28
refactor: extract method to validate id token
mo khan
2025-04-28
feat: use htmx to render partials
mo khan
2025-04-28
refactor: add predicate to check if user is logged in
mo khan
2025-04-28
fix: render 404 when not logged in
mo khan
[next]