update ReadMe

This commit is contained in:
sairajzero 2021-08-03 15:53:10 +05:30
parent 0bcc3a0d81
commit 4fb08af7cf
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 sairajzero
Copyright (c) 2021 ranchimall
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,2 +1,10 @@
# FLO-signValidator
server to verify signature from floID
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)