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-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
2025-04-25
refactor: move key pacakge to cfg
mo khan
2025-04-25
feat: print error to describe token exchange issue
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: add author profile photo
mo khan
2025-04-25
feat: display author information
mo khan
2025-04-25
feat: record the author of the new sparkle
mo khan
2025-04-25
docs: describe the session cookie
mo khan
2025-04-24
feat: connect require user middleware to dashboard controller
mo khan
2025-04-22
refactor: convert id token to user in mapper
mo khan
2025-04-22
feat: require login to view sparkle form
mo khan
2025-04-22
feat: add tiny vue.js app to list and add new sparkles
mo khan
2025-04-21
feat: render a logout button
mo khan
2025-04-21
refactor: extract views package to render html templates
mo khan
2025-04-21
feat: connect the current user middleware
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-21
refactor: provide the root dir as a parameter
mo khan
2025-04-17
refactor: move html template to a separate file
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
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-17
refactor: use mockoidc to test out id token verification
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 a blank html page for the dashboard
mo khan
2025-04-16
feat: render an html page when a user is logged in
mo khan
2025-04-15
feat: connect a blank dashboard controller
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
[next]