Support constructing passwords via HTTP REST
Closed this issue · 1 comments
domob1812 commented
Light clients will not only need to read a current name's state, but they will also need to construct authmessages and passwords (after signing the message themselves). This can be done through libxidauth
, but doing that might be hard e.g. for non-C/C++-based clients.
Thus it would be good to also expose getauthmessage
and setauthsignature
through the HTTP REST interface.