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:
parent
82822e29d9
commit
544b8106b2
10 changed files with 238 additions and 9 deletions
23
pnpm-lock.yaml
generated
23
pnpm-lock.yaml
generated
|
|
@ -80,8 +80,8 @@ importers:
|
|||
specifier: 9.2.0
|
||||
version: 9.2.0
|
||||
'@fastify/cors':
|
||||
specifier: 8.4.2
|
||||
version: 8.4.2
|
||||
specifier: 8.5.0
|
||||
version: 8.5.0
|
||||
'@fastify/express':
|
||||
specifier: 2.3.0
|
||||
version: 2.3.0
|
||||
|
|
@ -4230,11 +4230,11 @@ packages:
|
|||
fastify-plugin: 4.5.0
|
||||
dev: false
|
||||
|
||||
/@fastify/cors@8.4.2:
|
||||
resolution: {integrity: sha512-IVynbcPG9eWiJ0P/A1B+KynmiU/yTYbu3ooBUSIeHfca/N1XLb9nIJVCws+YTr2q63MA8Y6QLeXQczEv4npM9g==}
|
||||
/@fastify/cors@8.5.0:
|
||||
resolution: {integrity: sha512-/oZ1QSb02XjP0IK1U0IXktEsw/dUBTxJOW7IpIeO8c/tNalw/KjoNSJv1Sf6eqoBPO+TDGkifq6ynFK3v68HFQ==}
|
||||
dependencies:
|
||||
fastify-plugin: 4.5.0
|
||||
mnemonist: 0.39.5
|
||||
mnemonist: 0.39.6
|
||||
dev: false
|
||||
|
||||
/@fastify/deepmerge@1.3.0:
|
||||
|
|
@ -7221,7 +7221,11 @@ packages:
|
|||
ts-dedent: 2.2.0
|
||||
type-fest: 2.19.0
|
||||
vue: 3.3.12(typescript@5.3.3)
|
||||
<<<<<<< HEAD
|
||||
vue-component-type-helpers: 1.8.26
|
||||
=======
|
||||
vue-component-type-helpers: 1.8.27
|
||||
>>>>>>> ad346b6f3 (feat(backend/oauth): allow CORS for token endpoint (#12814))
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
|
|
@ -15138,8 +15142,8 @@ packages:
|
|||
ufo: 1.1.2
|
||||
dev: true
|
||||
|
||||
/mnemonist@0.39.5:
|
||||
resolution: {integrity: sha512-FPUtkhtJ0efmEFGpU14x7jGbTB+s18LrzRL2KgoWz9YvcY3cPomz8tih01GbHwnGk/OmkOKfqd/RAQoc8Lm7DQ==}
|
||||
/mnemonist@0.39.6:
|
||||
resolution: {integrity: sha512-A/0v5Z59y63US00cRSLiloEIw3t5G+MiKz4BhX21FI+YBJXBOGW0ohFxTxO08dsOYlzxo87T7vGfZKYp2bcAWA==}
|
||||
dependencies:
|
||||
obliterator: 2.0.4
|
||||
dev: false
|
||||
|
|
@ -19628,8 +19632,13 @@ packages:
|
|||
/vscode-textmate@8.0.0:
|
||||
resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==}
|
||||
|
||||
<<<<<<< HEAD
|
||||
/vue-component-type-helpers@1.8.26:
|
||||
resolution: {integrity: sha512-CIwb7s8cqUuPpHDk+0DY8EJ/x8tzdzqw8ycX8hhw1GnbngTgSsIceHAqrrLjmv8zXi+j5XaiqYRQMw8sKyyjkw==}
|
||||
=======
|
||||
/vue-component-type-helpers@1.8.27:
|
||||
resolution: {integrity: sha512-0vOfAtI67UjeO1G6UiX5Kd76CqaQ67wrRZiOe7UAb9Jm6GzlUr/fC7CV90XfwapJRjpCMaZFhv1V0ajWRmE9Dg==}
|
||||
>>>>>>> ad346b6f3 (feat(backend/oauth): allow CORS for token endpoint (#12814))
|
||||
dev: true
|
||||
|
||||
/vue-component-type-helpers@1.8.4:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue