jose/test
Filip Skokan 6c98b61597 feat: validate JWTs according to a JWT profile - ID Token
It is now possible to pass a profile to `JWT.verify` and have the JWT
validated according to it. This makes sure you pass all the right
options and that required claims are present, prohibited claims are
missing and that the right JWT typ is used.

More profiles will be added in the future.
2019-07-23 14:50:16 +02:00
..
cookbook fix: limit calculation of missing RSA private components 2019-06-20 23:32:13 +02:00
fixtures chore: update dev deps, code lint 2019-07-21 18:05:57 +02:00
help feat: add secp256k1 EC Key curve and ES256K 2019-07-08 22:04:29 +02:00
jwa feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
jwe chore: update dev deps, code lint 2019-07-21 18:05:57 +02:00
jwk chore: update dev deps, code lint 2019-07-21 18:05:57 +02:00
jwks fix: limit calculation of missing RSA private components 2019-06-20 23:32:13 +02:00
jws chore: update dev deps, code lint 2019-07-21 18:05:57 +02:00
jwt feat: validate JWTs according to a JWT profile - ID Token 2019-07-23 14:50:16 +02:00
macros feat: add secp256k1 EC Key curve and ES256K 2019-07-08 22:04:29 +02:00