make auth bearer config similar to other services

This commit is contained in:
David Christofas
2022-04-25 15:43:35 +02:00
parent c70a60d7bc
commit 7c879343e8
8 changed files with 177 additions and 37 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
// Groups(cfg),
// AppProvider(cfg),
// AuthBasic(cfg),
AuthBearer(cfg),
// AuthBearer(cfg),
AuthMachine(cfg),
Sharing(cfg),
StoragePublicLink(cfg),