composer require tobymaxham/zhylon-oauthAs a registered MX-User or Team Member at Zhylon Systems, you can create an OAuth-Clients for your application.
'zhylon' => [
'client_id' => env('ZHYLON_CLIENT_ID'),
'client_secret' => env('ZHYLON_CLIENT_SECRET'),
'redirect' => env('ZHYLON_REDIRECT_URI'),
],If you need to configure another Zhylon-Server-Instance, you can also configure this instance by adding the following configuration:
'zhylon' => [
...
'instance' => env('ZHYLON_INSTANCE_URI', 'https://zhylon.de'),
],You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):
return Socialite::driver('zhylon')->redirect();idnameemailprofile_photo_url
composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.