Skip to content

Commit 4e62577

Browse files
author
Ángel De La Cruz
committed
strategy
1 parent 580d860 commit 4e62577

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/auth/strategies/at.trategy.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { PassportStrategy } from '@nestjs/passport';
2+
import { Strategy } from 'passport-jwt';
3+
4+
export class AtStrategy extends PassportStrategy(Strategy, 'jwt') {
5+
constructor() { }
6+
7+
8+
}

0 commit comments

Comments
 (0)