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 has been archived by the owner on Apr 21, 2022. It is now read-only.
Hey there! Wondering if it's possible to create and verify JWS tokens without talking to Ceramic. Seems like all the signing happens in the 3ID did provider anyways, so this should theoretically be possible?
Might add complications if we are using authSecret instead of seed to instantiate 3ID did provider
The text was updated successfully, but these errors were encountered:
The 3ID DID Method uses Ceramic to look up the DID Document (which contains the private keys used to verify signatures). You can in theory make signatures without Ceramic, but not verify them.
Hey there! Wondering if it's possible to create and verify JWS tokens without talking to Ceramic. Seems like all the signing happens in the 3ID did provider anyways, so this should theoretically be possible?
Might add complications if we are using
authSecret
instead ofseed
to instantiate 3ID did providerThe text was updated successfully, but these errors were encountered: