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),