update ReadMe
This commit is contained in:
parent
0bcc3a0d81
commit
4fb08af7cf
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2021 sairajzero
|
Copyright (c) 2021 ranchimall
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
10
README.md
10
README.md
@ -1,2 +1,10 @@
|
|||||||
# FLO-signValidator
|
# 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)
|
||||||
Loading…
Reference in New Issue
Block a user