Securing MERN Application with JWT and Passport.js
Aug 11, 2023 · 11 min read · In this tutorial, we’ll walk through securing a MERN (MongoDB, Express.js, React.js, Node.js) application using JSON Web Tokens (JWT) and Passport.js. Specifically, we will use the passport-jwt strategy for route protection and passport-local for use...
Join discussion



