From 937fde603bc81b6f5ca84781d90091b24b0484b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F=20=28envoyr=29?= Date: Wed, 30 Apr 2025 10:03:27 +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 | 2 +- README.stub | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 202c98b..2006e75 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ use Illuminate\Support\Facades\Auth; public function boot(): void { - Auth::provider('sso-users', function ($app, array $config) { + Auth::provider('anikeen', function ($app, array $config) { return new AnikeenIdSsoUserProvider( $app->make(AnikeenId::class), $app->make(Request::class), diff --git a/README.stub b/README.stub index 20d5457..ebb5f59 100644 --- a/README.stub +++ b/README.stub @@ -119,7 +119,7 @@ use Illuminate\Support\Facades\Auth; public function boot(): void { - Auth::provider('sso-users', function ($app, array $config) { + Auth::provider('anikeen', function ($app, array $config) { return new AnikeenIdSsoUserProvider( $app->make(AnikeenId::class), $app->make(Request::class),