make auth machine config similar to other services

This commit is contained in:
David Christofas
2022-04-25 15:43:48 +02:00
parent d303bb6f55
commit 4c6848e6bf
8 changed files with 166 additions and 32 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
// AppProvider(cfg),
// AuthBasic(cfg),
// AuthBearer(cfg),
AuthMachine(cfg),
// AuthMachine(cfg),
// Sharing(cfg),
StoragePublicLink(cfg),
StorageShares(cfg),