feat(api): Automatically register user when connecting with OIDC profile not already existing

This commit is contained in:
Jesse Wierzbinski 2024-06-13 23:05:04 -10:00
parent 70a669a29c
commit 99f14ba114
No known key found for this signature in database
6 changed files with 99 additions and 26 deletions

View file

@ -93,6 +93,7 @@ export const configValidator = z.object({
}),
oidc: z.object({
forced: z.boolean().default(false),
allow_registration: z.boolean().default(true),
providers: z
.array(
z.object({