I’m going to show you how to create a simple email and password based login system for use in your Chrome Extension.

We’ll create a basic back-end REST API with NodeJS and Express.
We won’t be doing any database work; we’ll simulate that.

On the Chrome Extension side, we’ll be using three html pages, one with a form, to create the UI and help guide the user through the UX.

They’ll be able to sign in, sign out, and our system will remember the user–with help from Google Chrome’s Storage API.

#web-development

Create A Basic Login System for Your Google Chrome Extension | Web Development
1.75 GEEK