w3c-ccg / vc-test-suite-implementations

Implementations for VC HTTP API tests
BSD 3-Clause "New" or "Revised" License
0 stars 11 forks source link

Add accessToken cache to prevent multiple calls to access token endpoints #42

Closed aljones15 closed 2 years ago

aljones15 commented 2 years ago

Each implementation that requires oauth authentication was only hit once for an access token request. The cache has a ttl set by the expires_in value from the oauth access token request.