Skip to content
New issue

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

Expiry and Issuance Date appear as current time #5

Open
kevinrolsen opened this issue Oct 9, 2022 · 0 comments
Open

Expiry and Issuance Date appear as current time #5

kevinrolsen opened this issue Oct 9, 2022 · 0 comments
Assignees

Comments

@kevinrolsen
Copy link

On https://passport-lookup-tool.vercel.app

Screenshot 2022-10-09 at 07 57 04

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants