In a Koa.js application, ____ middleware is used to handle basic authentication

29. In a Koa.js application, ____ middleware is used to handle basic authentication.

  1. koa-basic-auth
  2. koa-auth
  3. koa-authorization
  4. koa-jwt

Answer: A) koa-basic-auth

Explanation:

In a Koa.js application, koa-basic-auth middleware is used to handle basic authentication.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.