Added Authentik! Still working on Microsoft Entra ID

This commit is contained in:
2025-09-18 17:01:28 -05:00
parent 3092ada03a
commit 6249d51311
11 changed files with 43 additions and 43 deletions

View File

@@ -10,7 +10,7 @@ import { type Id } from './_generated/dataModel';
import { action, mutation, query } from './_generated/server';
import Password from './CustomPassword';
import Authentik from '@auth/core/providers/authentik';
import MicrosoftEntraID from '@auth/core/providers/microsoft-entra-id'
import MicrosoftEntraID from '@auth/core/providers/microsoft-entra-id';
export const { auth, signIn, signOut, store, isAuthenticated } = convexAuth({
providers: [
@@ -30,7 +30,7 @@ export const { auth, signIn, signOut, store, isAuthenticated } = convexAuth({
},
},
}),
]
],
});
export const PASSWORD_MIN = 8;