[ '*', // 'https://example.com', // 'http://localhost', ], /* |-------------------------------------------------------------------------- | Allowed Custom Schemes |-------------------------------------------------------------------------- | | Native desktop OAuth clients like Cursor and VS Code use private-use URI | schemes (RFC 8252) for redirect callbacks instead of standard schemes | like HTTPS. Here, you may list which custom schemes you will allow. | */ 'custom_schemes' => [ // 'claude', // 'cursor', // 'vscode', ], /* |-------------------------------------------------------------------------- | Authorization Server |-------------------------------------------------------------------------- | | Here you may configure the OAuth authorization server issuer identifier | per RFC 8414. This value appears in your protected resource and auth | server metadata endpoints. When null, this defaults to `url('/')`. | */ 'authorization_server' => null, ];