refactor(nestjs): auth module

This commit is contained in:
Ahmed Bouhuolia
2025-03-31 13:49:57 +02:00
parent ab717b96ac
commit 88f66f1c1c
62 changed files with 251 additions and 144 deletions

View File

@@ -10,6 +10,7 @@ import posthog from './posthog';
import stripePayment from './stripe-payment';
import signupConfirmation from './signup-confirmation';
import signupRestrictions from './signup-restrictions';
import jwt from './jwt';
export const config = [
systemDatabase,
@@ -24,4 +25,5 @@ export const config = [
stripePayment,
signupConfirmation,
signupRestrictions,
jwt,
];