Looking to hire Laravel developers? Try LaraJobs

laravel-single-sign-on maintained by bdthemes

Description
Laravel wrapper around OAuth2 libraries.
Author
Last update
2022/12/07 07:49 (dev-master)
License
Downloads
14

Comments
comments powered by Disqus

The Package is not for public use.

Install Package

composer require bdthemes/laravel-single-sign-on

Published migrations

php artisan vendor:publish --provider="BdThemes\SingleSignOn\SingleSignOnServiceProvider"

In the services config

'bdthemes' => [
    'client_id'         => env('BDTHEMES_CLIENT_ID'),
    'client_secret'     => env('BDTHEMES_CLIENT_SECRET'),
    'redirect'          => env('BDTHEMES_REDIRECT_URI'),
    'api_url'           => env('BDTHEMES_SSO_API_URL'), //optional
],