PHPackages                             azibom/who-are-you - 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. azibom/who-are-you

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

azibom/who-are-you
==================

Laravel api authontication

101PHP

Since Sep 23Pushed 5y ago2 watchersCompare

[ Source](https://github.com/azibom/who-are-you)[ Packagist](https://packagist.org/packages/azibom/who-are-you)[ RSS](/packages/azibom-who-are-you/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build](https://camo.githubusercontent.com/1597272466bc3c06bea2d5611494923660f2f5ce6da9cfcef41bbba4bcabd40a/68747470733a2f2f7472617669732d63692e636f6d2f617a69626f6d2f2d617a69626f6d2d77686f417265596f752e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/1597272466bc3c06bea2d5611494923660f2f5ce6da9cfcef41bbba4bcabd40a/68747470733a2f2f7472617669732d63692e636f6d2f617a69626f6d2f2d617a69626f6d2d77686f417265596f752e7376673f6272616e63683d6d6173746572)

who-are-you
===========

[](#who-are-you)

Laravel api authentication package

Instalation
===========

[](#instalation)

### Step one

[](#step-one)

Install the package, run the migration, initialize the passport

```
composer require azibom/who-are-you
php artisan migrate
php artisan passport:install

```

### Step two

[](#step-two)

1. Add the HasApiTokens trait to the user model

```
