https://moca9012.tistory.com/539
백엔드 로컬로그인 JWT토큰 발급 받기
npm install @nestjs/jwt @nestjs/passport passport passport-jwt --save jwt 및 passport 관련 패키지 설치 user 컨트롤러에서 로컬 로그인 라우트 생성 nest g module auth nest g controller auth nest g service auth 로그인과 인증 인
moca9012.tistory.com
과 거의 동의한 과정으로 진행 완료.
'웹 서비스 설계 및 실습 FOTD' 카테고리의 다른 글
백엔드 로깅 미들웨어, Exception filter, Interceptors (0) | 2023.10.07 |
---|---|
백엔드 회원가입 (0) | 2023.10.07 |
3단계:콘텐츠구성 4단계 : 인포메이션 아키텍처 5단계 : 디자인 (0) | 2023.10.06 |
2단계 분석 (0) | 2023.10.06 |
백엔드 개발 시작 [데이터 베이스 연결 및 환경 변수 세팅] (0) | 2023.10.05 |