Skip to content
Snippets Groups Projects

Feat/auth

Merged Hugo SUBTIL requested to merge feat/auth into dev
Files
34
+ 5
0
import { Injectable } from '@nestjs/common';
import { AuthGuard } from '@nestjs/passport';
@Injectable()
export class JwtAuthGuard extends AuthGuard('jwt') {}
Loading