auth icon indicating copy to clipboard operation
auth copied to clipboard

:atom: Social (OAuth1\OAuth2\OpenID\OpenIDConnect) sign with PHP :shipit:

Results 36 auth issues
Sort by recently updated
recently updated
newest added

Hey! Type: new feature - [x] I have read and understood the [Contributing Guidelines](https://github.com/SocialConnect/auth/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. -...

Hey! Type: bug fix Link to issue: [https://github.com/SocialConnect/auth/issues/177#issue-1243331865](https://github.com/SocialConnect/auth/issues/177#issue-1243331865) **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [Contributing Guidelines](https://github.com/SocialConnect/auth/blob/master/.github/CONTRIBUTING.md)....

Hey! ### Issue Twitter connection error Fatal error: Uncaught TypeError: Argument 1 passed to SocialConnect\OAuth1\AbstractProvider::getAccessToken() must be an instance of SocialConnect\OAuth1\Token, instance of __PHP_Incomplete_Class given, called in /var/www/***/system/library/social/vendor/socialconnect/auth/src/OAuth1/AbstractProvider.php on line...

Hey! ### Issue Facebook connection error Fatal error: Uncaught SocialConnect\OAuth2\Exception\InvalidState: State parameter inside Request is not similar to value from Session, possible CSRF attack in /var/www/***/system/library/social/vendor/socialconnect/auth/src/OAuth2/AbstractProvider.php:167 Stack trace: #0 /var/www/***/catalog/controller/extension/module/sociallogin.php(264):...

Hey! ### Issue VK provider is throwing an error due to version. Please update it to '5.81'. ( ! ) Warning: Undefined property: stdClass::$response in /www/vendor/socialconnect/auth/src/OAuth2/Provider/Vk.php on line 119 Call...

Hey! Type: code quality @ovr Please confirm that the removal of `$this->consumerToken = $accessToken;` statement from OAuth1 providers is okay. phpstan was throwing error like ``` Property SocialConnect\OAuth1\AbstractProvider::$consumerToken (SocialConnect\OAuth1\Token) does...

Per the current [OAuth 2.0 Security Best Current Practice](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-19#section-2.1.1): ``` Clients MUST prevent injection (replay) of authorization codes into the authorization response by attackers. Public clients MUST use PKCE [RFC7636]...

I am using the library in version 3.3.2 with Keycloak (OpenID Connect) as a provider. What is the correct way to use the refresh token? Is there no refresh mechanism...

Hey! ### Issue After login facebook picture is always 50px why is this happening? ### My env PHP: any Library: latest Provider: facebook Provider options: ```php [ 'options' => [...

Hey! ### Issue Keycloak not working, but configured right. I'm getting this error: ![Screenshot_20210817_200001](https://user-images.githubusercontent.com/83864565/129777186-6d4f23c2-5472-4a28-a0ca-463794be5469.png) ### My env PHP: 7.4 (FPM) Provider: Keycloak Maybe someone can help, I tried a lot...