Skip to content

Commit 24c00ca

Browse files
committed
fix: allow CORS on .well-known/openid-configuration endpoint
1 parent 08712ec commit 24c00ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/cors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
|
1616
*/
1717

18-
'paths' => ['api/*', 'oauth2/*'],
18+
'paths' => ['api/*', 'oauth2/*', '.well-known/openid-configuration'],
1919

2020
'allowed_methods' => [
2121
'POST',

0 commit comments

Comments
 (0)