microsoft / VerifiableCredentials-Verification-SDK-Typescript

An SDK to help Relying Parties manages their Decentralized Identities and Verifiable Credentials.
MIT License
53 stars 14 forks source link

add iat and exp #45

Closed beejones closed 4 years ago

beejones commented 4 years ago

Problem: iat and exp where missing from the request

Solution: Add them to the create method

Validation: Extra test in unit tests

Type of change: