Skip to content

Commit

Permalink
Merge pull request #392 from creative-commoners/pulls/master/disable-…
Browse files Browse the repository at this point in the history
…basic-auth

ENH Remove basic-auth
  • Loading branch information
emteknetnz authored Jun 8, 2021
2 parents 2914b68 + 0e91cfb commit 7015490
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 7015490

Please sign in to comment.