FLO-signValidator/README.md
2021-08-03 15:53:10 +05:30

10 lines
434 B
Markdown

# FLO-signValidator
The server will verify the signature sent via POST request.
The post request must consist of a JSON string with the following:
- floID: floID of the signer.
- pubKey: pubKey of the signer.
- message: message that was signed.
- sign: sigature generated by signing using the private key of the signer.
The above values can be generated using [Standard Operations](https://github.com/ranchimall/Standard_Operations)