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

Beejones/hookable-fetch #106

Closed beejones closed 3 years ago

beejones commented 3 years ago

Problem: Customers want to customize the fetch operation so they can add correlation ids in their format, logging and metrices.

Solution: Introducing new interface IFetchRequest which allows an application to provide its own correlation id's and a fetch client which can be handling metrics, caching and logging.

Validation: New unit tests

Type of change:

Risk: