일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- react
- restful api
- Sequelize
- Kotlin
- It
- 조건문
- class
- AWS
- back-end
- front-end
- javascript
- 개발자
- file upload
- 개발이 취미인 사람
- kafka
- 상속
- state
- 코틀린
- swagger
- spring boot
- java
- jpa
- vue
- props
- component
- Producer
- 반복문
- node.js
- SWIFT
- Nest.js
- Today
- Total
목록passport (2)
개발이 취미인 사람
- 지난 시간 안녕하세요. 지난 시간에는 Passport-Local 방식을 사용해서 일반 로그인 기능을 구현해봤습니다. 혹시 놓치고 오신 분들은 아래 링크를 통해 학습하고 오시는 걸 추천드리겠습니다. [Nest.js] Nest.js API 만들기 (8) - Authentication(Passport, Passport-Local) & Guards 로그인 [Nest.js] Nest.js API 만들기 (8) - Authentication(Passport, Passport-Local) & Guards 로그인 import { Strategy } from 'passport-local'; import { PassportStrategy } from '@nestjs/passport'; import { Injectabl..
- 개요 안녕하세요. 이번 시간에는 Nest.js에서 로그인 기능을 구현해보는 시간을 가져보겠습니다. Nest.js 공식 홈페이지에서는 Passport를 권장하고 있습니다. 공식 홈페이지: https://docs.nestjs.com/security/authentication Documentation | NestJS - A progressive Node.js framework Nest 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 Orient..