jwt
JWT middleware
Middleware for validating JSON Web Tokens in Koa applications
Koa middleware for validating JSON Web Tokens
1k stars
21 watching
120 forks
Language: JavaScript
last commit: 2 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/parameter | Middleware for validating parameters in web applications | 67 |
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/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 137 |
koajs/ctx-basic-auth | A Koa.js middleware that authenticates HTTP requests with basic authentication | 6 |
koajs/rewrite | Middleware to alter URLs in Koa applications | 98 |
koajs/error | Middleware for handling error responses in web applications. | 102 |
koajs/basic-auth | Provides basic authentication middleware for protecting routes in a web application. | 138 |
koajs/json-error | An error handling middleware for Koa applications | 91 |
koajs/logger | A logging middleware for Koa.js applications | 562 |
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 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 232 |
jwtk/njwt | A Node.js library that simplifies the process of creating and working with JSON Web Tokens (JWTs) for secure authentication and authorization. | 432 |