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를 보면서 구현하는 소셜로그인
- Host: GitHub
- URL: https://github.com/hocaron/social-login
- Owner: hocaron
- Created: 2021-10-28T10:35:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T04:10:01.000Z (over 4 years ago)
- Last Synced: 2025-05-31T14:09:33.557Z (about 1 year ago)
- Topics: jwt, nestjs
- Language: TypeScript
- Homepage:
- Size: 631 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```