nestjs_auth ini...

This commit is contained in:
최준흠 2022-09-01 18:07:57 +09:00
parent b59ddbe6ec
commit f339a6462c

View File

@ -1,3 +1,4 @@
/* eslint-disable prettier/prettier */
import { Strategy } from 'passport-local'
import { PassportStrategy } from '@nestjs/passport'
import { Injectable, UnauthorizedException } from '@nestjs/common'