Skip to content

Commit

Permalink
ENH Remove basic-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jun 7, 2021
1 parent 2914b68 commit 0e91cfb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Auth/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ class Handler
[
'class' => MemberAuthenticator::class,
'priority' => 10,
],
[
'class' => BasicAuthAuthenticator::class,
'priority' => 20,
]
];

Expand Down

0 comments on commit 0e91cfb

Please sign in to comment.