summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-06-12feat: start to add support for refresh tokensHEADmainmo khan
2025-06-11refactor: extract domain modelmo khan
2025-06-11refactor: use the migrations runnermo khan
2025-06-11refactor: extract design patternsmo khan
2025-06-11refactor: extract domain modelmo khan
2025-06-11refactor: extract sts binmo khan
2025-06-11refactor: apply SOLID principlesmo khan
2025-06-11test: fix commented out testsmo khan
2025-06-11chore: run rustfmt againmo khan
2025-06-11chore: rustfmt and include Connection: header in responsesmo khan
2025-06-11Add database migrationsmo khan
2025-06-11Add full implementationmo khan
2025-06-10refactor: pass config into server ctormo khan
2025-06-10chore: rustfmt each filemo khan
2025-06-09Rename RegisteredClient to OAuthClientmo khan
2025-06-09Extract a registered client typemo khan
2025-06-09test: add missing testsmo khan
2025-06-09refactor: replace single shared with key rsa keysmo khan
2025-06-09refactor: split types into separate filesmo khan
2025-06-09refactor: remove non-essential metadatamo khan
2025-06-06refactor: try vibe coding with claudemo khan
2025-05-30feat: parse BIND_ADDR env variablemo khan
2025-05-29chore: rename bind to addrmo khan
2025-05-29refactor: extract an http modulemo khan
2025-05-29chore: move server to a separate filemo khan
2025-05-29refactor: extract a server typemo khan
2025-05-29feat: start to stub out the metadata endpointmo khan
2025-05-29refactor: use match expressionmo khan
2025-05-29refactor: remove some duplicationmo khan
2025-05-29feat: add a 404 not found pagemo khan
2025-05-29feat: match path before returning responsemo khan
2025-05-29feat: return a homepagemo khan
2025-05-29chore: write a response to the response streammo khan
2025-05-29test: start flushing out a test for the servermo khan
2025-05-28feat: start a tcp servermo khan
2025-05-28initial commitmo khan