nodejs Server to verify signature from floID
| src | ||
| .gitattributes | ||
| LICENSE | ||
| README.md | ||
| start.js | ||
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