Any way I can pass a user object in the res.redirect?
res.redirect("/");
I added authentication later in my code and after successful signin, I am now redirecting to the home route.
What do I do?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Any way I can pass a user object in the res.redirect?
res.redirect("/");
I added authentication later in my code and after successful signin, I am now redirecting to the home route.
What do I do?