PHPackages                             sumatoreo/multi-passport - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. sumatoreo/multi-passport

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

sumatoreo/multi-passport
========================

Laravel Passport multi table authorization.

16PHP

Since Jun 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sumatoreo/multi-passport)[ Packagist](https://packagist.org/packages/sumatoreo/multi-passport)[ RSS](/packages/sumatoreo-multi-passport/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Info
====

[](#info)

Laravel Passport added multi-table authentication functionality.

This project is irrelevant

Introduction
============

[](#introduction)

The add-on for Laravel Passport allows you to use an unlimited number of tables for authorization of different users. Worked for Password Grant Token

Install
-------

[](#install)

```
./artisan vendor:publish --tag multipassport-config
./artisan vendor:publish --tag multipassport-migrations
./artisan migrate
```

Example
-------

[](#example)

`auth.php`

```
