node-jsonwebtoken
JSON token generator
An implementation of JSON Web Tokens in Node.js.
JsonWebToken implementation for node.js http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html
18k stars
256 watching
1k forks
Language: JavaScript
last commit: 6 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
auth0/java-jwt | A Java library implementing the JSON Web Token standard for digital signatures and token validation. | 5,917 |
dwyl/learn-json-web-tokens | This project teaches how to use JSON Web Tokens for authentication in web and mobile applications. | 4,180 |
auth0/express-jwt | Middleware to validate JSON Web Tokens in Express.js applications. | 4,497 |
nov/json-jwt | Provides an implementation of JSON Web Token and its family in Ruby | 298 |
jwt/ruby-jwt | An implementation of the OAuth JSON Web Token standard in Ruby | 3,601 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
jwtk/jjwt | A Java library for creating and verifying JSON Web Tokens | 10,389 |
auth0/jwt-decode | A library to decode and parse JSON web tokens | 3,226 |
keats/jsonwebtoken | A Rust library for generating and verifying JSON Web Tokens | 1,721 |
firebase/php-jwt | A PHP library for encoding and decoding JSON Web Tokens (JWTs) according to the RFC 7519 standard. | 9,458 |
ticarpi/jwt_tool | A toolkit for testing and analyzing JSON Web Tokens for security vulnerabilities | 5,501 |
jaredhanson/oauth2orize | An authorization server toolkit for Node.js. | 3,476 |
mashpie/i18n-node | A lightweight translation module with dynamic JSON storage | 3,090 |
golang-jwt/jwt | An implementation of JSON Web Tokens for authentication and security in Go programming language | 7,375 |
lynndylanhurley/devise_token_auth | Provides a token-based authentication system for Rails JSON APIs | 3,550 |