Skip to content

Драйвер OAuth авторизации через Первое сентября

License

Notifications You must be signed in to change notification settings

1sept/oauth2-1sept

Repository files navigation

September First OAuth2 client provider

Software License

This package provides September First integration for OAuth2 Client by the League.

Installation

Just execute:

composer require 1sept/oauth2-1sept

Usage

$provider = new \Sept\OAuth2\Client\Provider\SeptemberFirstProvider([
    'clientId' => 'client_id',
    'clientSecret' => 'secret',
    'redirectUri' => 'https://example.org/oauth-endpoint',
]);