We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc6b5f8 + 45af3cb commit db7a487Copy full SHA for db7a487
config/packages/nelmio_cors.yaml
@@ -6,6 +6,7 @@ nelmio_cors:
6
allow_headers: ['Content-Type', 'Authorization', 'Preload', 'Fields']
7
expose_headers: ['Link']
8
max_age: 3600
9
+ allow_credentials: true
10
paths:
11
'^/login/token/check':
12
allow_credentials: true
0 commit comments