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

🚩 關閉 Spring 的 SESSION Cookie #95

Open
6 tasks
ricksu978 opened this issue Jun 4, 2023 · 0 comments
Open
6 tasks

🚩 關閉 Spring 的 SESSION Cookie #95

ricksu978 opened this issue Jun 4, 2023 · 0 comments

Comments

@ricksu978
Copy link
Member

ricksu978 commented Jun 4, 2023

後端 API Server 應該要是 Stateless 的,所以我們要關閉 Session Cookie。

驗收標準

  • 所有 endpoint 不應該發 JSESSIONID Cookie

需要測試其他 endpoint 有沒有被影響

  • 測試 /health 無 Session Cookie,還可以運作
  • 測試 /swagger-ui/* 無 Session Cookie,還可以運作
  • 測試 /games 無 Session Cookie,還可以運作
  • 測試 /users/* 無 Session Cookie,還可以運作
  • 測試 /rooms 無 Session Cookie,還可以運作
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Triage
Development

No branches or pull requests

2 participants