0
Q:

jwt strategy

app.post('/profile', passport.authenticate('jwt', { session: false }),
    function(req, res) {
        res.send(req.user.profile);
    }
);
2

New to Communities?

Join the community