Congressus Socialite Provider
This package adds a Laravel Socialite provider for Congressus.
config/services.php
Configuration for return [
// ...
'congressus' => [
'domain' => 'https://www.association.url', // The url of the association to connect to
'client_id' => env('CONGRESSUS_CLIENT_ID'),
'client_secret' => env('CONGRESSUS_CLIENT_SECRET'),
'redirect' => env('APP_URL').'/callback-url',
],
// ...
];