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
The JWS Verify function parses a DID from kid header field, then performs dids.Resolve. The KID must contain a # fragment to identify the key. The verify function should assert that a # frgament is present and throw error if it isn't.
The JWS Verify function parses a DID from
kid
header field, then performsdids.Resolve
. The KID must contain a # fragment to identify the key. The verify function should assert that a # frgament is present and throw error if it isn't.https://github.com/TBD54566975/web5-go/blob/main/jws/jws.go#L247-L252
The text was updated successfully, but these errors were encountered: