Implement authentication detection

* pending command to see which instances have never authenticated
* authcheck command to see which instances are not currently
  authenticated
This commit is contained in:
2020-05-31 21:52:56 +01:00
parent 12db2f349e
commit 45070b06e2
7 changed files with 96 additions and 16 deletions

View File

@@ -31,5 +31,6 @@
"exec": "exec <expr ...>",
"reg": "reg <network> <num>",
"confirm": "confirm <network> <num> <token>",
"pending": "pending [<network>]"
"pending": "pending [<network>]",
"authcheck": "authcheck [<network>]"
}