gus.log
gus.log
profile
younghyun
선명한 기억보다 흐릿한 메모
글시리즈소개
태그 목록
  • 전체보기(264)
  • JavaScript(118)
  • CSS(40)
  • html(39)
  • React(23)
  • project(6)
  • http(5)
  • github(5)
  • git(5)
  • terminal(3)
  • 자료구조(3)
  • 알고리즘(3)
  • linux(3)
  • node.js(3)
  • network(3)
  • 백준(3)
  • Database(2)
  • sql(2)
  • aws(2)
  • architecture(1)
  • Internship(1)
  • mysql(1)
  • Design Pattern(1)
  • memory(1)
  • 상태관리(1)
  • next.js(1)
  • 컴퓨터 사고(1)
  • vscode(1)
  • OS(1)
  • typescript(1)
  • refactoring(1)
  • browser(1)
  • wecode후기(1)
  • yarn(1)
  • security(1)
  • 개발자 도구(1)
  • git hook(1)
  • 웹(1)
  • deploy(1)
  • DBMS(1)
  • Nginx(1)
  • Husky(1)
  • build(1)
  • editor(1)
전체보기 (264)JavaScript(118)CSS(40)html(39)React(23)project(6)http(5)github(5)git(5)terminal(3)자료구조(3)알고리즘(3)linux(3)node.js(3)network(3)백준(3)Database(2)sql(2)aws(2)architecture(1)Internship(1)mysql(1)Design Pattern(1)memory(1)상태관리(1)next.js(1)컴퓨터 사고(1)vscode(1)OS(1)typescript(1)refactoring(1)browser(1)wecode후기(1)yarn(1)security(1)개발자 도구(1)git hook(1)웹(1)deploy(1)DBMS(1)Nginx(1)Husky(1)build(1)editor(1)

로그인 구현 방식

인증 순서사용자가 로그인을 함.서버에서는 계정 정보를 읽어 사용자를 확인한 후, 사용자에게 고유한 ID값을 부여하여 세션 저장소에 저장한 후, 이와 연결되는 Session ID를 발급함.서버는 HTTP 응답 헤더에 발급된 Session ID를 실어 보냄. 이후 매 요청

browsernetwork
2022년 8월 7일
·
0개의 댓글
·
0