basic-auth
Auth middleware
Provides basic authentication middleware for protecting routes in a web application.
blanket basic auth middleware
138 stars
7 watching
16 forks
Language: JavaScript
last commit: almost 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/ctx-basic-auth | A Koa.js middleware that authenticates HTTP requests with basic authentication | 6 |
koajs/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 137 |
koajs/koa-roles | An authentication module for Koa.js applications | 118 |
koajs/route | Simple middleware for routing requests to specific handlers in an application | 446 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
koajs/accesslog | Middleware for generating common log format access logs | 20 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
jshttp/basic-auth | Parses basic authentication credentials from HTTP headers | 701 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koajs/rewrite | Middleware to alter URLs in Koa applications | 98 |
koajs/mock | A middleware for creating mock web pages with customizable URL mapping and data | 41 |
koajs/logger | A logging middleware for Koa.js applications | 562 |
koajs/error | Middleware for handling error responses in web applications. | 102 |