Skip to content

Instantly share code, notes, and snippets.

View tomgif's full-sized avatar

Roman Yamchuk tomgif

View GitHub Profile
@tomgif
tomgif / Vk.php
Created September 3, 2021 16:31
VkOAuthProvider for knpuniversity / oauth2-client-bundle
<?php
namespace App\Security\Providers\Vk;
use League\OAuth2\Client\Provider\AbstractProvider;
use League\OAuth2\Client\Provider\Exception\IdentityProviderException;
use League\OAuth2\Client\Provider\ResourceOwnerInterface;
use League\OAuth2\Client\Token\AccessToken;
use League\OAuth2\Client\Tool\BearerAuthorizationTrait;
use Psr\Http\Message\ResponseInterface;