We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
로그인과 회원가입 기능의 구현
The text was updated successfully, but these errors were encountered:
MySQL을 이용해 회원가입 기능 구현 완료
Sorry, something went wrong.
Express-Session 을 이용해 로그인 세션 유지 기능 구현 중 세션이 유지되지 않는 버그를 해결 중
세션이 유지되지 않은 버그는 프론트엔드와 백엔드의 서버 주소가 달라서 발생했었고, credentials 옵션으로 해결함
세션을 통한 로그인 기능 구현 완료 Main Page에서 로그인한 사용자 대상으로 유저 네임까지 띄우는 데 성공함
No branches or pull requests
로그인과 회원가입 기능의 구현
The text was updated successfully, but these errors were encountered: