Closed
Description
Hi everyone
We are getting the InResponseTo not valid error for each request since the CacheProvider is creating a new instance for each call (our assumption): getting empty keys when we call the get method.
Expected behavior
The previous versions were using one instance of the CacheProvider (from constructor) and keys are managed correctly (save, get and delete).
Environment
Node.js version: 14
passport-saml version: 3.2.1