Skip to content

Commit

Permalink
Logout should be done through a get request, for backend support and …
Browse files Browse the repository at this point in the history
…querystring (#13)
  • Loading branch information
bajb authored and TomK committed Sep 27, 2017
1 parent e63e51d commit 64fb592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth/FortifiProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function logout(AccessToken $token)
{
$this->getParsedResponse(
$this->getAuthenticatedRequest(
"POST",
"GET",
$this->urlLogout($token),
$token,
['headers' => $this->getHeaders($token)]
Expand Down

0 comments on commit 64fb592

Please sign in to comment.