mirror of
https://github.com/1sept/oauth2-1sept.git
synced 2024-05-30 17:38:52 +03:00
7384e5aa5090c39d2226ae61890e92ebe83ee754
[feature] Добавлена возможность получения URL аватарки произвольных размеров. [feature] Поддержка версий аватарок для улучшенного кэширования. [bugfix] Исправлено определение заглушечных аватарок.
September First OAuth2 client provider
This package provides September First integration for OAuth2 Client by the League.
Installation
Add to composer.json:
"repositories": [{
"type": "vcs",
"url": "https://github.com/1sept/oauth2-1sept"
}],
Then execute:
composer require 1sept/oauth2-1sept
Usage
$provider = new Sept\OAuth2\Client\Provider\SeptemberFirst([
'clientId' => 'client_id',
'clientSecret' => 'secret',
'redirectUri' => 'https://example.org/oauth-endpoint',
]);
Description
Languages
PHP
100%