UNPKG

jwks-rsa

Version:

Library to retrieve RSA public keys from a JWKS endpoint

16 lines (14 loc) 193 B
const allowedSignatureAlg = [ 'RS256', 'RS384', 'RS512', 'PS256', 'PS384', 'PS512', 'ES256', 'ES256K', 'ES384', 'ES512', 'EdDSA' ]; module.exports = allowedSignatureAlg;