express-jwt

Token validator

Middleware to validate JSON Web Tokens in Express.js applications.

connect/express middleware that validates a JsonWebToken (JWT) and set the req.user with the attributes

GitHub

4k stars
155 watching
442 forks
Language: TypeScript
last commit: about 1 month ago
Linked from 1 awesome list

express-jwtjwt

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
auth0/jwt-decode A library to decode and parse JSON web tokens 3,226
dwyl/learn-json-web-tokens This project teaches how to use JSON Web Tokens for authentication in web and mobile applications. 4,180
auth0/angular2-jwt Provides an Angular module to handle JSON Web Tokens in HTTP requests automatically 2,635
auth0/java-jwt A Java library implementing the JSON Web Token standard for digital signatures and token validation. 5,917
tymondesigns/jwt-auth Provides JSON Web Token-based authentication for Laravel and Lumen applications. 11,330
auth0/node-jsonwebtoken An implementation of JSON Web Tokens in Node.js. 17,760
michieldemey/express-jwt-permissions Middleware to verify JWT tokens for permissions in Express.js applications 525
jwtk/jjwt A Java library for creating and verifying JSON Web Tokens 10,389
auth0/express-jwt-authz Protects access to endpoints by validating JWT scopes and permissions. 97
lexik/lexikjwtauthenticationbundle Provides a standard way to implement JSON Web Token authentication in Symfony applications 2,537
ticarpi/jwt_tool A toolkit for testing and analyzing JSON Web Tokens for security vulnerabilities 5,501
golang-jwt/jwt An implementation of JSON Web Tokens for authentication and security in Go programming language 7,375
adam-hanna/jwt-auth A JSON web token middleware for GoLang http servers. 233
bastiaanjansen/jwt-java A Java library implementing JSON Web Tokens according to the RFC 7519 standard 11
zaubrik/djwt Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. 228