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-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
2025-04-30
refactor: extract Option[T] and cleaner API for creating cookies
mo khan
2025-04-30
refactor: extract cookie options
mo khan
2025-04-30
fix: the CSRF cookie needs to have a same site lax mode
mo khan
2025-04-30
fix: disable secure cookies in development mode
mo khan
2025-04-29
feat: use same site strict mode
mo khan
2025-04-29
Use secure and http flag on cookies everywhere
mo khan
2025-04-29
feat: ensure cookie is not accessible to js and one transmitted over tls in p...
mo khan
2025-04-28
feat: redirect to login page when session is established
mo khan
2025-04-28
feat: generate a nonce to validate the OAuth callback
mo khan
2025-04-28
test: temporarily disable http and secure flags
mo khan
2025-04-28
feat: add logout endpoint
mo khan
2025-04-28
feat: do not allow js to access cookie
mo khan
2025-04-28
refactor: extract method to validate id token
mo khan
2025-04-28
refactor: move types to separate files
mo khan
2025-04-25
refactor: move key pacakge to cfg
mo khan
2025-04-25
refactor: move db and mountable to app
mo khan
2025-04-25
refactor: move domain package into app
mo khan
2025-04-25
refactor: move Repository interface to domain
mo khan
2025-04-25
feat: display author information
mo khan
2025-04-25
feat: record the author
mo khan
2025-04-25
refactor: move id and entity to domain package
mo khan
2025-04-24
feat: add middleware to require a logged in user
mo khan
2025-04-23
docs: add an example ID Token
mo khan
2025-04-22
refactor: convert id token to user in mapper
mo khan
2025-04-21
feat: provision new users on-demand
mo khan
2025-04-21
feat: attach current user if they are in the db
mo khan
2025-04-21
feat: start to build middleware to attach the current user
mo khan
2025-04-21
refactor: convert Repository to Repository[T Entity]
mo khan
2025-04-21
refactor: rename middleware
mo khan
2025-04-21
refactor: extract oidc.RawIDToken type
mo khan
2025-04-17
refactor: introduce api to parse id token from multiple locations
mo khan
2025-04-17
refactor: remove Key suffix from context keys
mo khan
2025-04-17
refactor: move context keys to key package
mo khan
2025-04-17
refactor: remove dead code
mo khan
2025-04-17
chore: write errors to log
mo khan
2025-04-17
test: extract test helper to convert and verify raw id token
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-17
test: extract oidc server test helper
mo khan
2025-04-17
refactor: use mockoidc to test out id token verification
mo khan
2025-04-17
test: temporarily skip test until github.com/oauth2-proxy/mockoidc is added
mo khan
2025-04-16
refactor: verify the id token on every request
mo khan
2025-04-16
feat: attach middleware to unpack session cookie
mo khan
2025-04-16
feat: create middleware to parse id token from session cookie
mo khan
2025-04-16
feat: render an html page when a user is logged in
mo khan
2025-04-15
feat: create session cookie tied to access token
mo khan
[next]