We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On https://passport-lookup-tool.vercel.app
Issue: The issuance and expiry dates all appear to be the current time.
Tested with eth address: 0x4Be88f63f919324210ea3A2cCAD4ff0734425F91
Underlying VC:
{ "type": [ "VerifiableCredential" ], "proof": { "jws": "eyJhbGciOiJFZERTQSIsImNyaXQiOlsiYjY0Il0sImI2NCI6ZmFsc2V9..UIJRYG5ndhAIl1K-8tTz-QPLpYfZU6Jn71a-SkmriZyAXtRSdH6cEvS1nbIYL9KjuRZUTjCF7hw8U0K7trDXAg", "type": "Ed25519Signature2018", "created": "2022-09-12T16:34:42.585Z", "proofPurpose": "assertionMethod", "verificationMethod": "did:key:z6MkghvGHLobLEdj1bgRLhS4LPGJAvbMA1tn2zcRyqmYU5LC#z6MkghvGHLobLEdj1bgRLhS4LPGJAvbMA1tn2zcRyqmYU5LC" }, "issuer": "did:key:z6MkghvGHLobLEdj1bgRLhS4LPGJAvbMA1tn2zcRyqmYU5LC", "@context": [ "https://www.w3.org/2018/credentials/v1" ], "issuanceDate": "2022-09-12T16:34:42.584Z", "expirationDate": "2022-12-11T16:34:42.584Z", "credentialSubject": { "id": "did:pkh:eip155:1:0x4Be88f63f919324210ea3A2cCAD4ff0734425F91", "hash": "v0.0.0:MAEasY9K8X+Skn5P5w83lo3I01ycpPz+ff7jlTVZfG0=", "@context": [ { "hash": "https://schema.org/Text", "provider": "https://schema.org/Text" } ], "provider": "Twitter" } }
Fix: Times should come from the underlying stamp data
The text was updated successfully, but these errors were encountered:
farque65
No branches or pull requests
On https://passport-lookup-tool.vercel.app
Issue:
The issuance and expiry dates all appear to be the current time.
Tested with eth address: 0x4Be88f63f919324210ea3A2cCAD4ff0734425F91
Underlying VC:
{ "type": [ "VerifiableCredential" ], "proof": { "jws": "eyJhbGciOiJFZERTQSIsImNyaXQiOlsiYjY0Il0sImI2NCI6ZmFsc2V9..UIJRYG5ndhAIl1K-8tTz-QPLpYfZU6Jn71a-SkmriZyAXtRSdH6cEvS1nbIYL9KjuRZUTjCF7hw8U0K7trDXAg", "type": "Ed25519Signature2018", "created": "2022-09-12T16:34:42.585Z", "proofPurpose": "assertionMethod", "verificationMethod": "did:key:z6MkghvGHLobLEdj1bgRLhS4LPGJAvbMA1tn2zcRyqmYU5LC#z6MkghvGHLobLEdj1bgRLhS4LPGJAvbMA1tn2zcRyqmYU5LC" }, "issuer": "did:key:z6MkghvGHLobLEdj1bgRLhS4LPGJAvbMA1tn2zcRyqmYU5LC", "@context": [ "https://www.w3.org/2018/credentials/v1" ], "issuanceDate": "2022-09-12T16:34:42.584Z", "expirationDate": "2022-12-11T16:34:42.584Z", "credentialSubject": { "id": "did:pkh:eip155:1:0x4Be88f63f919324210ea3A2cCAD4ff0734425F91", "hash": "v0.0.0:MAEasY9K8X+Skn5P5w83lo3I01ycpPz+ff7jlTVZfG0=", "@context": [ { "hash": "https://schema.org/Text", "provider": "https://schema.org/Text" } ], "provider": "Twitter" } }
Fix:
Times should come from the underlying stamp data
The text was updated successfully, but these errors were encountered: