aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/auth.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature: Log authentication failures to support fail2ban. Fixes #477 (#569)kamtschatka2024-10-191-0/+11
| | | | | | | | | | | | | | | | | * How do I set the variable "user" or "system" for AI inference #262 changed from system to user * [Feature Request] Log failed login attempts for fail2ban implementation #477 added logging of failed logins * [Feature Request] Log failed login attempts for fail2ban implementation #477 added more logging for extension related logins * Propagte IP to trpc --------- Co-authored-by: Your Name <you@example.com>
* feature: Allow to disable default password login after SSO is configured. ↵kamtschatka2024-10-121-0/+4
| | | | | | | | | | Fixes #406 (#502) * [Feature Request] Allow to disable default password log in after SSO is configured #406 changed the flag to also disallow logging in via password The extensions will also no longer be allowed to log in via username/password then * [Feature Request] Allow to disable default password log in after SSO is configured #406 added the error message for OAuth
* 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