userauth

Auth middleware

Provides a middleware layer to authenticate users in Koa.js applications

koa user auth middleware

GitHub

138 stars
8 watching
18 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list

koakoa-middleware

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
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/koa-roles An authentication module for Koa.js applications 118
koajs/jwt Middleware for validating JSON Web Tokens in Koa applications 1,346
koajs/parameter Middleware for validating parameters in web applications 67
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/logger A logging middleware for Koa.js applications 562
koajs/cash A caching middleware for Koa.js applications that supports multiple storage options and compression 154
koajs/session A session management middleware for Koa applications 902
maotora/koa-userapi An example Koa 2 user API with JWT authentication and Mongoose database integration 11
koajs/mock A middleware for creating mock web pages with customizable URL mapping and data 41
koajs/rewrite Middleware to alter URLs in Koa applications 98
koajs/cors A middleware for managing cross-origin resource sharing in web applications. 734