Added Authentik! Still working on Microsoft Entra ID
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user