netkovjordan/auth-app

By netkovjordan

Updated 9 months ago

Simple Node.js app that forces user authentication. Used for testing basic auth on API gateway.

Image
API Management

31

In order to authenticate with the API make sure to add basic auth params: username - admin password - password

  • Version 1.0 - Only support GET
  • Version 2.0 - Supports POST request and displays request received in logs.
  • Version 2.1 - Requests additional headers, made to respond to raw data from Kafka broker, displays source of request.

Docker Pull Command

docker pull netkovjordan/auth-app