Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6ca898602 | ||
|
|
d75d64113b | ||
| 66b55945eb |
@@ -453,3 +453,9 @@
|
||||
### Features
|
||||
|
||||
* Implement OAuth session management with Redis caching for OpenID user data ([0430c7f](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/0430c7f4deb37661c697406a714e2693bf0c7307))
|
||||
## (2026-01-21)
|
||||
|
||||
### Features
|
||||
|
||||
* Update CORS allowed origins to use production URL ([66b5594](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/66b55945eb8f095c08a8f859955d31f7fc32ce0e))
|
||||
## (2026-01-22)
|
||||
|
||||
@@ -8,7 +8,7 @@ play.http.context="/api"
|
||||
play.modules.enabled += "modules.GatewayModule"
|
||||
|
||||
play.filters.cors {
|
||||
allowedOrigins = ["http://localhost:5173"]
|
||||
allowedOrigins = ["https://knockout.janis-eccarius.de"]
|
||||
allowedCredentials = true
|
||||
allowedHttpMethods = ["GET", "POST", "PUT", "DELETE", "OPTIONS"]
|
||||
allowedHttpHeaders = ["Accept", "Content-Type", "Origin", "X-Requested-With"]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MAJOR=4
|
||||
MINOR=52
|
||||
PATCH=0
|
||||
MINOR=53
|
||||
PATCH=1
|
||||
|
||||
Reference in New Issue
Block a user