From aff901de4ee929b768c2558fd2cf8037f56c8732 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:23 +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.stub | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.stub b/README.stub index e91e396..20d5457 100644 --- a/README.stub +++ b/README.stub @@ -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'], ],