登录 注册
当前位置:主页 > 资源下载 > 10 > koa-http-basic-auth是一款适用于koa的HTTP基本认证中间件

koa-http-basic-auth是一款适用于koa的HTTP基本认证中间件

  • 更新:2024-06-09 19:06:32
  • 大小:29KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

koa-http-basic-auth 安装 npm npm install --save koa-http-basic-auth 纱 yarn add koa-http-basic-auth 用法 const Koa = require ( 'koa' ) ; const basicAuth = require ( 'koa-http-basic-auth' ) ; const app = new Koa ( ) ; // Register koa-http-basic-auth middleware app . use ( basicAuth ( { user : 'username