'Study/nestJS' 카테고리의 글 목록
RGB234's Archive
Study/nestJS
JWT 인증 (2/2) - Passport package
2024.07.11
ref. https://docs.nestjs.com/recipes/passport#implementing-passport-jwt Documentation | NestJS - A progressive Node.js frameworkNest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Readocs.nestjs.co..

Study/nestJS
JWT 인증 (1/2)
2024.07.10
https://docs.nestjs.com/security/authentication Documentation | NestJS - A progressive Node.js frameworkNest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Readocs.nestjs.com 0. JWT 토큰 사용 설정$ npm i..