aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/users.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature: Allow to disable default password login after SSO is configured. ↵kamtschatka2024-10-121-2/+2
| | | | | | | | | | 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
* feature: Allow disabling password signups (#413)kamtschatka2024-10-061-2/+8
| | | | | | | | | | * [Feature Request] Allow to disable default password log in after SSO is configured #406 Added the DISABLE_LOCAL_SIGNUPS that can be used to force OAuth signups only * rename local signups to password signups --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* feature(web): Async validate JWT account and sign out the user if they no ↵MohamedBassem2024-10-051-2/+11
| | | | longer exist
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-1/+1
|
* fix: Delete user's assets when the user is deletedMohamedBassem2024-04-051-0/+2
|
* feature: Add an option to disable new signupsMohamedBassem2024-03-221-0/+7
|
* feature(web): Add the ability to change passwordsMohamedBassem2024-03-181-8/+34
|
* build: Fix the web buildMohamedBassem2024-03-051-2/+2
|
* extension: Show who the logged in user is in the extension optionsMohamedBassem2024-03-051-1/+17
|
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-051-0/+93