We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580d860 commit 4e62577Copy full SHA for 4e62577
src/auth/strategies/at.trategy.ts
@@ -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