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
단순히 ID, Password를 입력받음.
ID
Password
Password는 암호화되어 DB에 저장됨.
DB
로그인 시에는 암호화된 DB의 Password를 Encode하여 클라이언트가 요청한 Password와 비교
Encode
로그인하지 않은 상태에서 게시판에 접속하려 하면 로그인 화면으로 이동됨.
로그인하지 않은 상태
게시판에 접속하려 하면
DB에 등록된 ID, Password와 클라이언트가 입력한 ID, Password가 일치하는지 검증
서버의 세션 저장소에서 해당 세션 ID 삭제
세션 ID
The text was updated successfully, but these errors were encountered:
No branches or pull requests
회원가입
단순히
ID
,Password
를 입력받음.Password
는 암호화되어DB
에 저장됨.로그인 시에는 암호화된
DB
의Password
를Encode
하여 클라이언트가 요청한Password
와 비교로그인
로그인하지 않은 상태
에서게시판에 접속하려 하면
로그인 화면으로 이동됨.DB에 등록된 ID, Password와 클라이언트가 입력한 ID, Password가 일치하는지 검증
로그아웃
서버의 세션 저장소에서 해당
세션 ID
삭제The text was updated successfully, but these errors were encountered: