Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

349
Visualizações
How can we write (req, res, function) in this way in javascript

Hi I'm trying to make a register route in my page using passport. What I can't understand is

What passport.authenticate("local")(req,res,function(){}) is

I understand passport.authenticate("local") is by using local strategy, we judge id/password is right or not. But I have no idea how (req,res, function(){}) after that part works. How can we write like that?

+) "User" in the code is just a model name.

app.post(“/register”, function(req,res){ 
User.register({username:req.body.username}, 
req.body.password, function(err,user){

  if (err) {
    console.log(err);
    res.redirect(“/register”);
    }else{
    passport.authenticate(“local”)(req,res,function(){
      res.redirect(“/secrets”);
});
about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda