authorization module

This commit is contained in:
sbriat
2023-07-12 10:39:55 +02:00
parent ced57e35a6
commit d78a065c54
106 changed files with 847 additions and 3654 deletions

View File

@@ -88,6 +88,7 @@ const orms: Provider[] = [PrismaService];
exports: [
PrismaService,
AuthenticationMapper,
UsernameMapper,
AUTHENTICATION_REPOSITORY,
USERNAME_REPOSITORY,
],