Basic Auth middleware for @lindorm-io/koa applications
npm install @lindorm-io/koa-basic-authBasic Auth middleware for @lindorm-io/koa applications
``shell script`
npm install --save @lindorm-io/koa-basic-auth
This package has the following peer dependencies:
`typescript``
koaApp.addMiddleware(
basicAuthMiddleware({
username: "username",
password: "password",
}),
);