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
257 watching
1k forks
Language: JavaScript
last commit: 4 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,894 |
dwyl/learn-json-web-tokens | This project teaches how to use JSON Web Tokens for authentication in web and mobile applications. | 4,181 |
auth0/express-jwt | Middleware to validate JSON Web Tokens in Express.js applications. | 4,492 |
nov/json-jwt | Provides an implementation of JSON Web Token and its family in Ruby | 299 |
jwt/ruby-jwt | A Ruby implementation of the RFC 7519 standard for secure token-based authentication | 3,600 |
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,326 |
auth0/jwt-decode | A library to decode and parse JSON web tokens | 3,214 |
keats/jsonwebtoken | A Rust library for generating and verifying JSON Web Tokens | 1,702 |
firebase/php-jwt | A PHP library for encoding and decoding JSON Web Tokens (JWTs) according to the RFC 7519 standard. | 9,436 |
ticarpi/jwt_tool | A toolkit for testing and analyzing JSON Web Tokens for security vulnerabilities | 5,451 |
jaredhanson/oauth2orize | An authorization server toolkit for Node.js. | 3,472 |
mashpie/i18n-node | A lightweight translation module with dynamic JSON storage | 3,088 |
golang-jwt/jwt | An implementation of JSON Web Tokens for authentication and security in Go programming language | 7,240 |
lynndylanhurley/devise_token_auth | Provides a token-based authentication system for Rails JSON APIs | 3,546 |