register_command: command to register a user, receives the username and password as parameters
login_command: command to login a user, receives the username and password as parameters
unregister_command: command to remove a user, receives the username as only parameter
All commands will return a JSON UserInfo if successful, and will exit with failure if not successful.
Provider should have three options:
* `register_command`: command to register a user, receives the username and password as parameters
* `login_command`: command to login a user, receives the username and password as parameters
* `unregister_command`: command to remove a user, receives the username as only parameter
All commands will return a JSON UserInfo if successful, and will exit with failure if not successful.
malacoda
added this to the Phase I milestone 3 years ago
Provider should have three options:
register_command
: command to register a user, receives the username and password as parameterslogin_command
: command to login a user, receives the username and password as parametersunregister_command
: command to remove a user, receives the username as only parameterAll commands will return a JSON UserInfo if successful, and will exit with failure if not successful.