From d4780a85178eda0d10ef67e7521e23fc1b02ac21 Mon Sep 17 00:00:00 2001 From: Samuel Date: Mon, 1 Oct 2018 23:46:12 -0300 Subject: [PATCH] Improved docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2cfb54e..ae3e106 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,10 @@ class AuthTest extends TestCase } ``` +### Sample Project + +You can see a complete `Passport-Multiauth` implementation using `Password Grant Tokens` and `Personal Access Token` on [passport-multiauth-demo](https://github.com/sfelix-martins/passport-multiauth-demo) project + ### Contributors Based on [renanwilian](https://github.com/renanwilliam) responses to [Passport Multi-Auth issue](https://github.com/laravel/passport/issues/161).