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
{{ message }}
This repository was archived by the owner on May 19, 2026. It is now read-only.
Acceptance criteria:
Allow for a cryptographically enabled identity to be used in a signing flow where currently User log-in is maintained by the centralized user table.
To summarize, the identity flow can proceed by:
0. connect wallet (public / private key pair in disguise)
sign a string with your private key to show you are who you claim you are
receive a session that will allow tying your Collections to be tied to a decentralized identifier and eventually composable with other services (not in scope for this issue, which is simply to add the signing flow)
The source of DID does not need to be a wallet -- for instance, proofs ("stamps") for Gitcoin Passport can come from LinkedIn, Facebook, Twitter, and any number of existing OAuth-using services.
https://developers.ceramic.network/docs/advanced/standards/accounts/3id-did/
Acceptance criteria:
Allow for a cryptographically enabled identity to be used in a signing flow where currently User log-in is maintained by the centralized user table.
To see this flow in action check out https://app.orbis.club
To summarize, the identity flow can proceed by:
0. connect wallet (public / private key pair in disguise)
Collectionsto be tied to a decentralized identifier and eventually composable with other services (not in scope for this issue, which is simply to add the signing flow)The source of DID does not need to be a wallet -- for instance, proofs ("stamps") for Gitcoin Passport can come from LinkedIn, Facebook, Twitter, and any number of existing OAuth-using services.