Skip to content

Commit c8691b6

Browse files
committed
feat: set Accept header on introspection request
1 parent f21f3b6 commit c8691b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VerifyAccessToken.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ protected function getIntrospect($accessToken)
5151
'token' => $accessToken,
5252
],
5353
'headers' => [
54+
'Accept' => 'application/json',
5455
'Authorization' => 'Bearer ' . $this->getAccessToken(),
5556
],
5657
]);

0 commit comments

Comments
 (0)