PHPackages                             chidi/laravel-passport-auth - 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. chidi/laravel-passport-auth

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

chidi/laravel-passport-auth
===========================

This is an authentication package for laravel Applications using passport

04PHPCI failing

Since Sep 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/manchidede/laravel_passport_authentication)[ Packagist](https://packagist.org/packages/chidi/laravel-passport-auth)[ RSS](/packages/chidi-laravel-passport-auth/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

laravel\_passport\_authentication
=================================

[](#laravel_passport_authentication)

This is a simple authentication package for laravel Applications using passport.

##### Note:

[](#note)

Before you continue, make sure to setup laravel passport in your application according to [here](https://laravel.com/docs/5.8/passport).

Installation
------------

[](#installation)

Use composer [package](https://packagist.org/packages/chidi/laravel-passport-auth) to install laravel-passport-auth.

```
composer require chidi/laravel-passport-auth
```

Usage
-----

[](#usage)

### Step 1. Create a class and extend the PassportAuth class

[](#step-1-create-a-class-and-extend-the-passportauth-class)

```
