Closed wrinkledeth closed 2 years ago
This is mostly done, but slightly different from the API Template provided.
The API Template asks the user to supply the signed message + pubkey, my current solution uses the signed message, pubkey, and also message as POST parameters.
Need to figure out a way to do session management so that the message is tracked between between the GET and POST requests.
Session management completed as of the following commit
Re-opening this. Response body needs to be JSON instead of string: Ex:
{
“message”: “random_message”
}
JSON outputs implemented as of this commit
Closing this issue.
To Do:
Complete: