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

[BE] 로그아웃 기능 및 인증 관련 정비 #607

Closed
5 tasks done
jaehee329 opened this issue Oct 2, 2023 · 0 comments · Fixed by #608
Closed
5 tasks done

[BE] 로그아웃 기능 및 인증 관련 정비 #607

jaehee329 opened this issue Oct 2, 2023 · 0 comments · Fixed by #608
Assignees
Labels
BE 백엔드 작업 feature

Comments

@jaehee329
Copy link
Collaborator

추가할 기능

  • 로그아웃 API 호출 시 RefreshToken을 포함한 쿠키를 제거한다
  • 로그아웃 API 호출 시 RefreshToken을 DB에서 삭제한다
  • XSS 공격을 대비하여 cookie의 httpOnly 설정을 켠다
  • https에서만 사용되도록 cookie의 secure 설정을 켠다
  • 로그인 과정에서 누락된 스프링 트랜잭션 설정을 추가한다
@jaehee329 jaehee329 added BE 백엔드 작업 feature labels Oct 2, 2023
@jaehee329 jaehee329 added this to the 6차 스프린트 milestone Oct 2, 2023
@jaehee329 jaehee329 self-assigned this Oct 2, 2023
@jaehee329 jaehee329 linked a pull request Oct 2, 2023 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 작업 feature
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant