From 80b1f003b219bb402b24d785b5f5c7ec8f48afce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F=20=28envoyr=29?= Date: Wed, 30 Apr 2025 10:02:53 +0200 Subject: [PATCH] update docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maurice Preuß (envoyr) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 771cb65..202c98b 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ reference the guard in the `guards` configuration of your `auth.php` configurati 'api' => [ 'driver' => 'anikeen', - 'provider' => 'sso-users', + 'provider' => 'anikeen', ], ], ``` @@ -155,8 +155,8 @@ reference the provider in the `providers` configuration of your `auth.php` confi 'model' => App\Models\User::class, ], - 'sso-users' => [ - 'driver' => 'sso-users', + 'anikeen' => [ + 'driver' => 'anikeen', 'model' => App\Models\User::class, 'fields' => ['first_name', 'last_name', 'email'], ],