aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/auth.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-14feat: Regen api keysMohamed Bassem1-6/+36
2025-07-21fix: Remove bcrypt from the api key validation routeMohamed Bassem1-16/+39
2025-07-13fix: Drop auth failure loggerMohamed Bassem1-11/+0
2025-07-06fix: Add a dummy bcrypt comparison in validatePassword when the user is not f...Mohamed Bassem1-0/+6
2025-04-15fix: Add password salt to the user tableMohamed Bassem1-3/+10
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem1-4/+4
2024-10-19feature: Log authentication failures to support fail2ban. Fixes #477 (#569)kamtschatka1-0/+11
2024-10-12feature: Allow to disable default password login after SSO is configured. Fix...kamtschatka1-0/+4
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem1-1/+2
2024-03-11build: Replace bcrypt with bcryptjsMohamedBassem1-1/+1
2024-03-05refactor: Extract trpc logic into its packageMohamedBassem1-0/+99