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

[Refactoring] cookie (refresh token) 보안문제 #1197

Open
greatSweetMango opened this issue Dec 21, 2023 · 0 comments
Open

[Refactoring] cookie (refresh token) 보안문제 #1197

greatSweetMango opened this issue Dec 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request refactor 유지보수와 잠재적 오류를 방지하기 위한 refactor issue
Milestone

Comments

@greatSweetMango
Copy link
Collaborator

Desc

  • 백서버에 access_token 재발급 요청시에 파라미터로 넘기는 쿠키의 토큰을 삭제합니다.

Detail

백엔드 이슈: 42organization/42gg.server.dev.v2#413 (comment)
백엔드에서 쿠키의 속성을 httpOnly로 바꾸기 때문에 쿠키값을 js로 접근할 수 없음.
따라서 쿠키관리를 프론트에서 할 필요가 없기 때문에 파라미터를 삭제해야함.

Todo

  • [ ]
  • [ ]
  • [ ]

Etc

@greatSweetMango greatSweetMango added enhancement New feature or request refactor 유지보수와 잠재적 오류를 방지하기 위한 refactor issue labels Dec 21, 2023
@greatSweetMango greatSweetMango added this to the 42gg-5th-fe milestone Dec 21, 2023
@greatSweetMango greatSweetMango moved this to In-Progress in 42gg-5th-fe Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor 유지보수와 잠재적 오류를 방지하기 위한 refactor issue
Projects
Status: In-Progress
Development

No branches or pull requests

2 participants