Download the PHP package amin3536/laravel-api-user-provider without Composer
On this page you can find all versions of the php package amin3536/laravel-api-user-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download amin3536/laravel-api-user-provider
More information about amin3536/laravel-api-user-provider
Files in amin3536/laravel-api-user-provider
Package laravel-api-user-provider
Short Description this package help you to provide your user from different service ( useful in micro service specially )
License MIT
Homepage https://github.com/amin3536/laravel-api-user-provider
Informations about the package laravel-api-user-provider
LaravelApiUserProvider
this pack help you to provide your user from different service ( useful in micro service )
how this package work
this package use bearer token in header's request and provide user from Sec Service (Auth service)
Installation
Via Composer
Usage
simple usage this driver : change your auth.php
in config
like below
advance
if you want use custom Deserializer class ,the class must be implement DeserializerInterface
and add below code in boot method of AuthServiceProvider .
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- amin3536
- All Contributors
License
license. Please see the license file for more information.
All versions of laravel-api-user-provider with dependencies
guzzlehttp/guzzle Version ^7.4
laravel/passport Version ^10.1
ext-json Version *