mcp key
This commit is contained in:
@@ -6,6 +6,7 @@ import { AuthController } from './auth.controller';
|
||||
import { RefreshTokenEntity } from './refresh-token.entity';
|
||||
import { AuthService } from './auth.service';
|
||||
import { JwtAuthGuard } from './jwt-auth.guard';
|
||||
import { McpAuthGuard } from './mcp-auth.guard';
|
||||
import { UserEntity } from './user.entity';
|
||||
|
||||
@Module({
|
||||
@@ -15,7 +16,7 @@ import { UserEntity } from './user.entity';
|
||||
TypeOrmModule.forFeature([UserEntity, RefreshTokenEntity]),
|
||||
],
|
||||
controllers: [AuthController],
|
||||
providers: [AuthService, JwtAuthGuard],
|
||||
exports: [AuthService, JwtAuthGuard],
|
||||
providers: [AuthService, JwtAuthGuard, McpAuthGuard],
|
||||
exports: [AuthService, JwtAuthGuard, McpAuthGuard],
|
||||
})
|
||||
export class AuthModule {}
|
||||
|
||||
Reference in New Issue
Block a user