deno.land / x / oauth4webapi@v1.2.2 / conformance / fapi / invalid-expired-exp.ts

invalid-expired-exp.ts
View Documentation
1
2
3
4
5
6
7
8
9
10
11
import { 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', )}
oauth4webapi

Version Info

Tagged at
2 years ago