koa-roles
auth module
An authentication module for Koa.js applications
koa version of Connect-Roles
118 stars
6 watching
10 forks
Language: JavaScript
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 138 |
koajs/basic-auth | Provides basic authentication middleware for protecting routes in a web application. | 138 |
koajs/ctx-basic-auth | A Koa.js middleware that authenticates HTTP requests with basic authentication | 6 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
koajs/session | A session management middleware for Koa applications | 902 |
koajs/body-parsers | A collection of body parsers for Koa.js applications. | 39 |
koajs/override-method | Utility function to determine the HTTP method of an incoming request based on provided headers and bodies. | 7 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,346 |
koajs/rewrite | Middleware to alter URLs in Koa applications | 98 |
koajs/koa-safe-jsonp | A middleware plugin for Koa.js applications that safely wraps JSON responses in JSONP (JavaScript and XML Parsing) to facilitate cross-domain requests. | 17 |
may215/koa-protect | A security module for Koa applications that provides proactive protection against common security threats. | 19 |
koajs/qs | Enables safe and secure query string parsing in Koa applications | 88 |
koajs/trace | A tracing module for Koa applications that enables event logging and supports various tracing systems. | 53 |
koajs/koa-range | An implementation of range request support in Koa web framework | 50 |