refactor( iam ): migrate guest booking to IAM; make Passenger.userId nullable

This commit is contained in:
Abubeker Yasin
2026-06-08 15:27:32 +03:00
parent ac153fb0d0
commit c1dcfb04c3
11 changed files with 99 additions and 357 deletions

View File

@@ -5,5 +5,6 @@ import { PassengerAuthService } from './passenger-auth.service';
@Module({
controllers: [AuthController],
providers: [PassengerAuthService],
exports: [PassengerAuthService],
})
export class AuthModule {}