index
:
gitlab/sts.git
full
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-06-12
feat: start to add support for refresh tokens
HEAD
main
mo khan
2025-06-11
refactor: extract domain model
mo khan
2025-06-11
refactor: use the migrations runner
mo khan
2025-06-11
refactor: extract design patterns
mo khan
2025-06-11
refactor: extract domain model
mo khan
2025-06-11
refactor: extract sts bin
mo khan
2025-06-11
refactor: apply SOLID principles
mo khan
2025-06-11
test: fix commented out tests
mo khan
2025-06-11
chore: run rustfmt again
mo khan
2025-06-11
chore: rustfmt and include Connection: header in responses
mo khan
2025-06-11
Add database migrations
mo khan
2025-06-11
Add full implementation
mo khan
2025-06-10
refactor: pass config into server ctor
mo khan
2025-06-10
chore: rustfmt each file
mo khan
2025-06-09
Rename RegisteredClient to OAuthClient
mo khan
2025-06-09
Extract a registered client type
mo khan
2025-06-09
test: add missing tests
mo khan
2025-06-09
refactor: replace single shared with key rsa keys
mo khan
2025-06-09
refactor: split types into separate files
mo khan
2025-06-09
refactor: remove non-essential metadata
mo khan
2025-06-06
refactor: try vibe coding with claude
mo khan
2025-05-30
feat: parse BIND_ADDR env variable
mo khan
2025-05-29
chore: rename bind to addr
mo khan
2025-05-29
refactor: extract an http module
mo khan
2025-05-29
chore: move server to a separate file
mo khan
2025-05-29
refactor: extract a server type
mo khan
2025-05-29
feat: start to stub out the metadata endpoint
mo khan
2025-05-29
refactor: use match expression
mo khan
2025-05-29
refactor: remove some duplication
mo khan
2025-05-29
feat: add a 404 not found page
mo khan
2025-05-29
feat: match path before returning response
mo khan
2025-05-29
feat: return a homepage
mo khan
2025-05-29
chore: write a response to the response stream
mo khan
2025-05-29
test: start flushing out a test for the server
mo khan
2025-05-28
feat: start a tcp server
mo khan
2025-05-28
initial commit
mo khan