Google News
logo
Koa.js - Quiz(MCQ)
In a Koa.js application, ____ middleware is used to handle basic authentication.
A)
koa-jwt
B)
koa-auth
C)
koa-basic-auth
D)
koa-authorization

Correct Answer :   koa-basic-auth


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

Advertisement