251123:2300 Update T1
This commit is contained in:
5
backend/src/common/guards/jwt-refresh.guard.ts
Normal file
5
backend/src/common/guards/jwt-refresh.guard.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { AuthGuard } from '@nestjs/passport';
|
||||
|
||||
@Injectable()
|
||||
export class JwtRefreshGuard extends AuthGuard('jwt-refresh') {}
|
||||
Reference in New Issue
Block a user