diff --git a/LICENSE b/LICENSE index 9e1baf1..766f7dd 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 2f9ac4c..671a291 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file