Skip to content
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

로그인 / 로그아웃 / 회원가입 #1

Open
MinChul-Son opened this issue Aug 4, 2021 · 0 comments
Open

로그인 / 로그아웃 / 회원가입 #1

MinChul-Son opened this issue Aug 4, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@MinChul-Son
Copy link
Owner

MinChul-Son commented Aug 4, 2021

회원가입

단순히 ID, Password를 입력받음.

Password는 암호화되어 DB에 저장됨.

로그인 시에는 암호화된 DBPasswordEncode하여 클라이언트가 요청한 Password와 비교
image

  • 실제 DB에 저장된 암호화된 Password

로그인

image

  • 로그인하지 않은 상태에서의 메인 화면
    image
  • 로그인화면
    image
  • 로그인 후 메인화면

로그인하지 않은 상태에서 게시판에 접속하려 하면 로그인 화면으로 이동됨.

DB에 등록된 ID, Password와 클라이언트가 입력한 ID, Password가 일치하는지 검증

  • 일치하면 로그인 성공
  • 일치하지 않으면 오류 메시지

로그아웃

서버의 세션 저장소에서 해당 세션 ID 삭제

@MinChul-Son MinChul-Son added the documentation Improvements or additions to documentation label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant