supertokens-node icon indicating copy to clipboard operation
supertokens-node copied to clipboard

Make the `getClaimValue` take a maxAgeInSeconds

Open rishabhpoddar opened this issue 3 years ago • 0 comments

if maxAgeInSeconds undefined, we set it to infinte if value doesnt exist in paylaod, we call fetchAndSet, and then return it if max age has passed, we call fetchAndSet and then return else we just return

rishabhpoddar avatar Aug 09 '22 11:08 rishabhpoddar