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