laravel-passport-mutiauth icon indicating copy to clipboard operation
laravel-passport-mutiauth copied to clipboard

Laravel Passport Multi-Authentication Middleware

Results 2 laravel-passport-mutiauth issues
Sort by recently updated
recently updated
newest added

Here is CustomerTokenAuthController@issueToken function ``` public function issueToken(ServerRequestInterface $request) { $body = (parent::issueToken($request)); // got the response header with its content of access and refresh tokens $token = json_decode($body, true);...

Hi, I would like to use your passport authentication package but I have Laravel 5.8 and it won't let me, could it be adjusted? please Problem 1 - Can only...