From 0e91cfb5339c80c9a8e4a8304a5e93b98617f25d Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 9 Feb 2021 15:21:01 +1300 Subject: [PATCH] ENH Remove basic-auth --- src/Auth/Handler.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Auth/Handler.php b/src/Auth/Handler.php index 71621b010..c61d07b2c 100644 --- a/src/Auth/Handler.php +++ b/src/Auth/Handler.php @@ -30,10 +30,6 @@ class Handler [ 'class' => MemberAuthenticator::class, 'priority' => 10, - ], - [ - 'class' => BasicAuthAuthenticator::class, - 'priority' => 20, ] ];