Download the PHP package looxis/gate-connector without Composer
On this page you can find all versions of the php package looxis/gate-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package gate-connector
Very short description of the package
Gate Connector helps you to connect your oauth client to connect to your oauth server of choice via socialite. Your default Login automatically redirects to the oauth server.
Installation
You can install the package via composer:
Usage
Add some properties to your .env
file (see .env.example)
Publish and Run migration
Add gate_id
and api_token
to fillable array in User model.
Also you can change auth callback route and controller in config or in .env
file
Change use AuthenticatesUsers
statement in App\Http\Controllers\Auth\LoginController
or any other login controller you want to use with Looxis Gate.
loggedOut
should be called from logout
method of this controller (if you override it).
Also you can publish the config file with this artisan command:
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Igor Tsapiro
- Mike Cholovskiy
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of gate-connector with dependencies
illuminate/support Version ^7.0|^8.0|^9.0
laravel/socialite Version ^5.1