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.
client_id
1 parent 16c166c commit b070a2eCopy full SHA for b070a2e
src/Server/Registrar.php
@@ -118,7 +118,7 @@ public function oauthRoutes(string $oauthPrefix = 'oauth'): void
118
);
119
120
return response()->json([
121
- 'client_id' => $client->id,
+ 'client_id' => (string) $client->id,
122
'grant_types' => $client->grantTypes,
123
'response_types' => ['code'],
124
'redirect_uris' => $client->redirectUris,
0 commit comments