Monday 21 October 2019

How do I use JWT with multer-s3?

Since they're both middleware, how do I use JWT before multer-s3? Is it like app.post('/route', verifyToken, aws.array('files', 50), (req, res, next) => {});

Submitted October 21, 2019 at 01:38PM by sinithw

No comments:

Post a Comment