aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/auth.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: Regen api keysMohamed Bassem2025-09-141-6/+36
* fix: Remove bcrypt from the api key validation routeMohamed Bassem2025-07-211-16/+39
* fix: Drop auth failure loggerMohamed Bassem2025-07-131-11/+0
* fix: Add a dummy bcrypt comparison in validatePassword when the user is not f...Mohamed Bassem2025-07-061-0/+6
* fix: Add password salt to the user tableMohamed Bassem2025-04-151-3/+10
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-4/+4
* feature: Log authentication failures to support fail2ban. Fixes #477 (#569)kamtschatka2024-10-191-0/+11
* feature: Allow to disable default password login after SSO is configured. Fix...kamtschatka2024-10-121-0/+4
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-1/+2
* build: Replace bcrypt with bcryptjsMohamedBassem2024-03-111-1/+1
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-051-0/+99