Basic HTTP auth in Express and Node.js
When you're looking for a quick and dirty way to add password protection to a website, basic HTTP auth is handy. This tutorial will go through implementing basic HTTP auth for a static website using Express.js in Node.js.
What is basic HTTP auth?
Bas...
blog.tinaciousdesign.com7 min read