An open API service indexing awesome lists of open source software.

https://github.com/hocaron/social-login

NestJS DOCS Passport를 보면서 구현하는 소셜로그인
https://github.com/hocaron/social-login

jwt nestjs

Last synced: 10 months ago
JSON representation

NestJS DOCS Passport를 보면서 구현하는 소셜로그인

Awesome Lists containing this project

README

          

## 🌷NestJS DOCS Passport를 보면서 구현하는 **소셜로그인**🌷
- [x] local strategy
- [x] kakao strategy
- [x] google strategy
- [x] naver strategy
- [x] jwt access token strategy
- [x] jwt refresh token strategy
- [x] mail authentication code

## dotenv 설정
```
KAKAO_KEY=
GOOGLE_CLIENT_ID=
GOOGLE_SECRET=
JWT_SECRET=
AES_KEY=
NAVER_CLIENT_ID=
NAVER_CLIENT_SECRET=
GMAIL_USER=
GMAIL_PASS=
```