Improve authentication detection

Add a negative check in the event we are authenticated and registered,
but not confirmed, as this fools other checks.
This commit is contained in:
2020-10-31 16:49:37 +00:00
parent bdb3d059e3
commit 45f02c323b
6 changed files with 125 additions and 31 deletions

View File

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