Ao utilizar a rota post seguindo as instruções do instrutor se da o seguinte erro 500 internal server/
codigo:https://github.com/lucaspires-source/Alura-JWT versão node:14.16.0
utilizei o bcrypt.js por não conseguir instalar a versão normal conforme esse post
https://github.com/kelektiv/node.bcrypt.js/issues/432
I'm now using the bcrypt-nodejs library. npm install --save bcrypt-nodejs && npm uninstall --save bcrypt
como resolver?