Github will be the main account and bitbucket the secondary.
ssh-keygen -t rsa -C "github email"
Enter passphrase when prompted. If you see an option to save the passphrase in your keychain, do it for an easier life.
var usuarioJaExiste = function ( err, data, res, req ) { | |
var dados, | |
model; | |
if ( err ) return res.json(err); | |
if ( data ) return res.json({ Error: "Usuario ja existe.", Code: 0 }); | |
dados = { | |
idFace: req.body.idFace, | |
arrayUsuario: [{ |