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
/
controllers
/
sessions
Age
Commit message (
Expand
)
Author
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
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 logout endpoint
mo khan
2025-04-28
feat: use htmx to render partials
mo khan
2025-04-28
fix: render 404 when not logged in
mo khan
2025-04-25
feat: print error to describe token exchange issue
mo khan
2025-04-25
docs: describe the session cookie
mo khan
2025-04-21
refactor: rename middleware
mo khan
2025-04-21
refactor: extract oidc.RawIDToken type
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-16
refactor: verify the id token on every request
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-14
feat: exchange an authorization code grant for an access and id token
mo khan
2025-04-14
test: add placeholder for missing tests
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