Download the PHP package laradevs/authremote without Composer
On this page you can find all versions of the php package laradevs/authremote. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laradevs/authremote
More information about laradevs/authremote
Files in laradevs/authremote
Download laradevs/authremote
More information about laradevs/authremote
Files in laradevs/authremote
Vendor laradevs
Package authremote
Short Description It is a component that allows to carry out and manage the authentication control through OAUTH2.0 for a Laravel application.
License MIT
Package authremote
Short Description It is a component that allows to carry out and manage the authentication control through OAUTH2.0 for a Laravel application.
License MIT
Please rate this library. Is it a good library?
Informations about the package authremote
AUTH REMOTE
It is a component that allows to carry out and manage the authentication control through OAUTH2.0 for a Laravel application.
Installation
You can install the package via composer :
Next, You must register the service provider (optional) :
Next, you must publish the configuration file to define the OAUTH server credentials:
This is the contents of the published file :
Set your URL Rest in .env
file :
Add in Array Services
Add in Handle Exception in method render
Add in Array Auth
Route Login & Logout published automatic
Add route name for initial route
All versions of authremote with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
illuminate/support Version ^5.8|6.*|7.*
ext-curl Version *
ext-json Version *
guzzlehttp/guzzle Version ^6.5
socialiteproviders/laravelpassport Version ^1.0
illuminate/support Version ^5.8|6.*|7.*
ext-curl Version *
ext-json Version *
guzzlehttp/guzzle Version ^6.5
socialiteproviders/laravelpassport Version ^1.0
The package laradevs/authremote contains the following files
Loading the files please wait ....