amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
18.03k stars 1.16k forks source link

"Unverified data." from .certify() #1250

Closed fitouch closed 2 years ago

fitouch commented 2 years ago

var room = await SEA.pair(); var certificate = await SEA.certify(gun.user().is.pub, {"#": {"*": "chat"}}, room); gun.user(room.pub).get('chat').get(new Date().getTime()).put('hello world', null, {opt: {cert: certificate }});

return "Unverified data."

zilveer commented 2 years ago

@fitouch why did you close and mark this as completed? Was the problem solved?

Regards