Skip to content

fix(outway): prevent the usage of expired access tokens

Ronald Koster requested to merge review/32-fix-outway-expired-token into main

The Outway did not check if a token was expired after retrieving it from the cache. This check has been added in this commit

Issue: #32

Merge request reports