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

434 B

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