Manages the Authentication and Authorization (currently only for IOTA-CLI)
/auth/loginPOST{ "username": "<...>", "password": "<...>" }
username - any user’s username.password - the secret/password in the configuration which can be retrieved via this api too.{ "message": "...", "data": { "token": "...", // NOTE: the value is random and useless. it's only for compatibility with profitap-pam. "role": "..." // NOTE: the value is random and useless. it's only for compatibility with profitap-pam. } }/auth/recovery/credentialsGET{"message": "...", "data": {"password": "..."}}
password - the secret/password to login./auth/recovery/credentials/renewPOST{"message": "...", "data": {"password": "..."}}
password - the secret/password to login.