You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work on Agora, a social app that relies on ZKP for login/register. (Currently not on atproto)
We rely on Rarimo protocol and specifically their RariMe app.
You scan your passport locally and then you can generate ZKP.
It should be easy to associate identity information to the did:plc in a trustless and privacy-preserving way by using these ZKP. Bi-directional proofs.
I already do it in Agora with did:key.
I'd love to send you a PR instead of reinventing the wheel.
If you're interested, could you point me to the place in the code where I can add a new identity verification? To make it work, we need to run locally a backend verificator API for all the ZKP cryptographic verification: https://github.com/rarimo/verificator-svc (it has its own pgsql DB).
I have limited time until February but since I already developed it for Agora I think it should not be too much work.
The text was updated successfully, but these errors were encountered:
Happy to help send the PR when I have more time. To save me some time, could you point me to the place in the code where I can add a new identity verification?
Hi,
Love this work.
I work on Agora, a social app that relies on ZKP for login/register. (Currently not on atproto)
We rely on Rarimo protocol and specifically their RariMe app.
You scan your passport locally and then you can generate ZKP.
It should be easy to associate identity information to the did:plc in a trustless and privacy-preserving way by using these ZKP. Bi-directional proofs.
I already do it in Agora with did:key.
I'd love to send you a PR instead of reinventing the wheel.
If you're interested, could you point me to the place in the code where I can add a new identity verification? To make it work, we need to run locally a backend verificator API for all the ZKP cryptographic verification: https://github.com/rarimo/verificator-svc (it has its own pgsql DB).
I have limited time until February but since I already developed it for Agora I think it should not be too much work.
The text was updated successfully, but these errors were encountered: