aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/server/src/repositories/refresh-token.ts
AgeCommit message (Collapse)Author
2025-12-04refactor(auth): introduce repository pattern for database accessnsfisis
Add repository types and implementations to abstract database operations, improving testability and separation of concerns. The auth routes now use dependency injection with UserRepository and RefreshTokenRepository interfaces, making tests simpler by mocking interfaces instead of Drizzle query builders. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>