Skip to content
#

express-basic-auth

Here are 3 public repositories matching this topic...

Language: All
Filter by language

The middleware will now check incoming requests to match the credentials admin:supersecret. The middleware will check incoming requests for a basic auth (Authorization) header, parse it and check if the credentials are legit. If there are any credentials, an auth property will be added to the request, containing an object with user and password …

  • Updated Sep 7, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the express-basic-auth topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the express-basic-auth topic, visit your repo's landing page and select "manage topics."

Learn more