Skip to content

Commit

Permalink
Fixes for Apple signature (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 authored Dec 6, 2023
1 parent ba5bec4 commit e00ff7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public function revokeToken(string $token, string $hint = 'access_token')
*
* @throws \GuzzleHttp\Exception\GuzzleException
*/
public function refreshToken(string $refreshToken): ResponseInterface
public function refreshToken($refreshToken): ResponseInterface
{
return $this->getHttpClient()->post($this->getTokenUrl(), [
RequestOptions::FORM_PARAMS => [
Expand Down

9 comments on commit e00ff7c

@mmenacer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I'm using this package.

Can you tag this fix so we can use it with a tag please ?

I had the issue when i upgraded a laravel project to use version 10.

Thanks,

@Abdelraman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, needs to update the tag

@fogbreaker
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gogogo pls update....

@kiritokatklian
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@atymic any way this fix can be tagged asap?

@atymic
Copy link
Member

@atymic atymic commented on e00ff7c Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry it's been tagged (I am on holiday without much work stuff).

@kiritokatklian
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Understandable! Thanks for taking the time.

Happy holidays!

@Abdelraman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot, enjoy the holiday ;)

@fogbreaker
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you =) Happy holiday ;)

@atymic
Copy link
Member

@atymic atymic commented on e00ff7c Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, sorry guys I didn't see until @kiritokatklian tagged me. In future tag me or comment on issue I have replied in so I get emailed :)

Please sign in to comment.