refactor(nestjs): authentication

This commit is contained in:
Ahmed Bouhuolia
2025-04-02 15:50:00 +02:00
parent f11b09cd87
commit 18017d25d5
25 changed files with 1650 additions and 30 deletions

View File

@@ -11,6 +11,7 @@ import stripePayment from './stripe-payment';
import signupConfirmation from './signup-confirmation';
import signupRestrictions from './signup-restrictions';
import jwt from './jwt';
import mail from './mail';
export const config = [
systemDatabase,
@@ -26,4 +27,5 @@ export const config = [
signupConfirmation,
signupRestrictions,
jwt,
mail
];