mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
refactor(files_external): Drop oauth1 auth mechanism registration
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
e37bc0b580
commit
2b21913015
1 changed files with 0 additions and 4 deletions
|
|
@ -14,7 +14,6 @@ use OCA\Files_External\ConfigLexicon;
|
|||
use OCA\Files_External\Lib\Auth\AmazonS3\AccessKey;
|
||||
use OCA\Files_External\Lib\Auth\Builtin;
|
||||
use OCA\Files_External\Lib\Auth\NullMechanism;
|
||||
use OCA\Files_External\Lib\Auth\OAuth1\OAuth1;
|
||||
use OCA\Files_External\Lib\Auth\OAuth2\OAuth2;
|
||||
use OCA\Files_External\Lib\Auth\OpenStack\OpenStackV2;
|
||||
use OCA\Files_External\Lib\Auth\OpenStack\OpenStackV3;
|
||||
|
|
@ -136,9 +135,6 @@ class Application extends App implements IBackendProvider, IAuthMechanismProvide
|
|||
$container->get(GlobalAuth::class),
|
||||
$container->get(UserGlobalAuth::class),
|
||||
|
||||
// AuthMechanism::SCHEME_OAUTH1 mechanisms
|
||||
$container->get(OAuth1::class),
|
||||
|
||||
// AuthMechanism::SCHEME_OAUTH2 mechanisms
|
||||
$container->get(OAuth2::class),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue