deno.land / x / oauth4webapi@v1.2.2 / conformance / fapi / ensure-jarm-with-expired-exp-fails.ts
12345678910import { test, red, modules } from '../runner.js'
for (const module of modules('ensure-jarm-with-expired-exp-fails')) { test.serial( red, module, 'unexpected JWT "exp" (expiration time) claim value, timestamp is <= now()', )}
Version Info