Skip to content

MaxhamForks/zhylon-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zhylon oAuth via LaravelSocialite

Composer install package

composer require tobymaxham/zhylon-auth

Config and Migration

php artisan vendor:publish
php artisan migrate

Change you .env file:

ZHYLON_AUTH_CLIENT_ID=
ZHYLON_AUTH_CLIENT_SECRET=
ZHYLON_AUTH_CALLBACK_WEBSITE="https://your-website.com"
ZHYLON_AUTH_SITE_PATH="/zhylon-auth"
ZHYLON_AUTH_BASE_URI="https://zhylon.de"
ZHYLON_AUTH_HOME="/dashboard"

About

Zhylon OAuth2 Provider for Laravel Socialite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%