1
0

feat(backend/oauth): allow CORS for token endpoint (#12814)

* feat(backend/oauth): allow CORS for token endpoint

* no need to explicitly set origin to `*`

* Update CHANGELOG.md
This commit is contained in:
Kagami Sascha Rosylight
2023-12-27 07:10:24 +01:00
committed by GitHub
parent c96bc36fed
commit ad346b6f36
10 changed files with 242 additions and 48 deletions
+11
View File
@@ -12,6 +12,17 @@
-->
## 2023.x.x (unreleased)
### General
-
### Client
-
### Server
- Enhance: `oauth/token`エンドポイントのCORS対応
## 2023.12.1
### General