A boilerplate example of using passport.js for authenticating a MERN application
This is a MERN stack application that utilizes authentication using Passport.js. It is built using the Mongo, Express, React, and Node (MERN) technologies. The project is created using Create React App and includes a demo gif. There is also a live version of the app available on Heroku.
This is a MERN stack application with Passport.js authentication. It integrates Google authentication and provides a project structure that separates backend and frontend code. The application is available as a live version hosted on Heroku. To set up Google authentication, you need to register your app and set the necessary environmental variables.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components