ctx-basic-auth
Auth middleware
A Koa.js middleware that authenticates HTTP requests with basic authentication
Augments Koa with ctx.basicAuth
6 stars
8 watching
3 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/basic-auth | Provides basic authentication middleware for protecting routes in a web application. | 138 |
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/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
koajs/ctx-paginate | Koa pagination middleware and view helpers | 17 |
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/cash | A caching middleware for Koa.js applications that supports multiple storage options and compression | 154 |
koajs/rewrite | Middleware to alter URLs in Koa applications | 98 |
koajs/cors | A middleware for managing cross-origin resource sharing in web applications. | 732 |
jshttp/basic-auth | Parses basic authentication credentials from HTTP headers | 701 |
koajs/accesslog | Middleware for generating common log format access logs | 20 |
koajs/ctx-cache-control | An extension for Koa that adds caching control to its context objects. | 10 |