jose/test/jwt
Filip Skokan 691b44ad47 fix: reject JWTs with b64: false
As per https://tools.ietf.org/html/rfc7797 abstract

This specification updates RFC 7519 by stating that JSON Web Tokens
(JWTs) MUST NOT use the unencoded payload option defined by this
specification.
2020-12-06 17:54:32 +01:00
..
decrypt.test.mjs feat: allow compact verify/decrypt tokens to be uint8array encoded 2020-11-22 12:44:27 +01:00
encrypt.test.mjs feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
sign.test.mjs feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
unsecured.test.mjs feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
verify.test.mjs fix: reject JWTs with b64: false 2020-12-06 17:54:32 +01:00