-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#4] 2.03 로그인 기능 구현 #33
Conversation
Github Actions에서 warning으로 처리되어 임시 주석처리
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생 많으셨습니다~
TypeOrmModule.forFeature([User]), | ||
PassportModule.register({ defaultStrategy: 'jwt' }), | ||
JwtModule.register({ | ||
secret: 'Juga16', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 얘가 혹시 JWT secret key인가요???? 이거는 노출되면 안될 거 같은데..ㅎㅎㅎㅎ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정하겠습니다!
✅ 주요 작업
💭 고민과 해결과정