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
154 watching
443 forks
Language: TypeScript
last commit: 5 months 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,219
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,634
auth0/java-jwt A Java library implementing the JSON Web Token standard for digital signatures and token validation. 5,908
tymondesigns/jwt-auth An authentication package providing JSON Web Token support for Laravel and Lumen web frameworks 11,320
auth0/node-jsonwebtoken An implementation of JSON Web Tokens in Node.js. 17,743
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,352
auth0/express-jwt-authz Protects access to endpoints by validating JWT scopes and permissions. 97
lexik/lexikjwtauthenticationbundle Provides a standard way to implement JWT authentication in Symfony APIs 2,535
ticarpi/jwt_tool A toolkit for testing and analyzing JSON Web Tokens for security vulnerabilities 5,468
golang-jwt/jwt An implementation of JSON Web Tokens for authentication and security in Go programming language 7,309
adam-hanna/jwt-auth A JSON web token middleware for GoLang http servers. 232
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