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:
committed by
Marie
parent
82822e29d9
commit
544b8106b2
@@ -12,6 +12,17 @@
|
||||
|
||||
-->
|
||||
|
||||
## 2023.x.x (unreleased)
|
||||
|
||||
### General
|
||||
-
|
||||
|
||||
### Client
|
||||
-
|
||||
|
||||
### Server
|
||||
- Enhance: `oauth/token`エンドポイントのCORS対応
|
||||
|
||||
## 2023.12.1
|
||||
|
||||
### General
|
||||
|
||||
Reference in New Issue
Block a user