remove auth basic command to improve config code

This commit is contained in:
David Christofas
2022-04-25 15:43:15 +02:00
parent 634d557279
commit 57e4e70888
14 changed files with 505 additions and 190 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
Users(cfg),
Groups(cfg),
AppProvider(cfg),
AuthBasic(cfg),
// AuthBasic(cfg),
AuthBearer(cfg),
AuthMachine(cfg),
Sharing(cfg),