koa-userapi
User API
An example Koa 2 user API with JWT authentication and Mongoose database integration
Koa-v2 user api.
11 stars
2 watching
1 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
apijwt-authenticationkoa2mongoosepassportjstests
Related projects:
Repository | Description | Stars |
---|---|---|
maotora/koa-blogapi | A Koa v2-based blog API with additional routes, tests, and models. | 6 |
koajs/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 137 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |
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 |
dbalas/koalerplate | A simple Koa 2 boilerplate for building RESTful APIs in Node.js | 124 |
koajs/basic-auth | Provides basic authentication middleware for protecting routes in a web application. | 138 |
koalex/koa-json-rpc | A JSON-RPC middleware for Koa.js that enables asynchronous remote procedure calls with built-in support for batching and parallel handling. | 6 |
unix/koa-ts | A Koa2 application built with TypeScript, providing a best practice template for building robust and maintainable web applications. | 377 |
koajs/koa-roles | An authentication module for Koa.js applications | 118 |
hongymagic/k2 | A comprehensive Koa2 API template with Passport, GraphQL, and more. | 49 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
nickgnd/hanami-jwt-example | A JSON API web application with JWT authentication | 31 |
venables/koa-helmet | Provides important security headers for Koa applications to make them more secure by default. | 639 |
koajs/session | A session management middleware for Koa applications | 902 |