π€clu3-service
Here is were the magic happens, well part of it.
npm install
npm run devIt will check if the token sent is valid, if true it will return the signature of the message.
Request Body
Name
Type
Description
{
cluID: cluID, // To avoid cross usage when same sign is multi-used
timestamp: timestamp, //timestamp when the hCaptcha was solved
messageSignature: signature //contains sender address, timestamp and cluID
}Last updated