Homin Ahn

Results 2 issues of Homin Ahn

hi, i want open the calendar down input text field. Any help out there? Thanks this is plunker url, http://plnkr.co/edit/qJjt5kS16fN2OIsKrGrR?p=preview

const promise = jose.JWK.asKey({ kty: "oct", k: jose.util.base64url.encode(secret, "utf8"), alg: 'A256KW', enc: 'A256CBC-HS512' }) promise.then(function (key) { JWK = key; JWE = jose.JWE.createDecrypt(JWK); }); Can I continue to use the...