UNPKG

@arsendoman/book-publisher-store

Version:

A Nest.js package for book publishing and storing

6 lines (4 loc) 160 B
import { AuthGuard } from '@nestjs/passport'; import { Injectable } from '@nestjs/common'; @Injectable() export class JwtAuthGuard extends AuthGuard('jwt') {}