π―clu3 API
clu3 already has a backend live, this will save you a lot of configurations and only needs you to call the following API from your front-end.
It 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