Boa tarde! Alguém tentou fazer a prática que envolve chaves públicas? Ao executar o comando " node .\generate-keys.js " dá o erro abaixo:
PS D:\Práticas\Node.js e JWT autenticação com tokens\apis-rest-node-jwt-publicKey> node .\generate-keys.js internal/crypto/keygen.js:149 throw new ERR_INVALID_OPT_VALUE('privateKeyEncoding.passphrase', ^
TypeError [ERR_INVALID_OPT_VALUE]: The value "undefined" is invalid for option "privateKeyEncoding.passphrase" at parseKeyEncoding (internal/crypto/keygen.js:149:13) at check (internal/crypto/keygen.js:240:7) at generateKeyPair (internal/crypto/keygen.js:33:16) at Object. (D:\Práticas\Node.js e JWT autenticação com tokens\apis-rest-node-jwt-publicKey\generate-keys.js:16:1) at Module.compile (internal/modules/cjs/loader.js:701:30) at Object.Module.extensions..js (internal/modules/cjs/loader.js:712:10) at Module.load (internal/modules/cjs/loader.js:600:32) at tryModuleLoad (internal/modules/cjs/loader.js:539:12) at Function.Module._load (internal/modules/cjs/loader.js:531:3) at Function.Module.runMain (internal/modules/cjs/loader.js:754:12)