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
後端 API Server 應該要是 Stateless 的,所以我們要關閉 Session Cookie。
JSESSIONID
需要測試其他 endpoint 有沒有被影響
/health
/swagger-ui/*
/games
/users/*
/rooms
The text was updated successfully, but these errors were encountered:
No branches or pull requests
後端 API Server 應該要是 Stateless 的,所以我們要關閉 Session Cookie。
驗收標準
JSESSIONID
Cookie需要測試其他 endpoint 有沒有被影響
/health
無 Session Cookie,還可以運作/swagger-ui/*
無 Session Cookie,還可以運作/games
無 Session Cookie,還可以運作/users/*
無 Session Cookie,還可以運作/rooms
無 Session Cookie,還可以運作The text was updated successfully, but these errors were encountered: