// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Members .well-known GET /jwks.json should return a JWKS 1: [body] 1`] = ` Object { "keys": Array [ Object { "e": "AQAB", "kid": Any, "kty": "RSA", "n": Any, }, ], } `; exports[`Members .well-known GET /jwks.json should return a JWKS 2: [headers] 1`] = ` Object { "access-control-allow-credentials": "true", "access-control-allow-origin": "http://127.0.0.1:2369", "cache-control": "public, max-age=86400", "content-length": "265", "content-type": "application/json; charset=utf-8", "etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/, "vary": "Origin, Accept-Encoding", "x-powered-by": "Express", } `;