nodejs Server to verify signature from floID
Go to file
2021-08-03 15:53:10 +05:30
src Initial commit 2021-08-03 15:44:30 +05:30
.gitattributes Initial commit 2021-08-03 15:44:30 +05:30
LICENSE update ReadMe 2021-08-03 15:53:10 +05:30
README.md update ReadMe 2021-08-03 15:53:10 +05:30
start.js Initial commit 2021-08-03 15:44:30 +05:30

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