njwt
JWT manager
A Node.js library that simplifies the process of creating and working with JSON Web Tokens (JWTs) for secure authentication and authorization.
Node.js JWT support
432 stars
9 watching
49 forks
Language: JavaScript
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sgrust01/jwtvault | An open-source library for managing and orchestrating JSON Web Token (JWT) workflow securely | 68 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
jwt-dotnet/jwt | An implementation of JSON Web Tokens for .NET. | 2,139 |
mike-engel/jwt-cli | A CLI tool to work with JSON Web Tokens | 1,108 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |
hertz-contrib/paseto | A middleware library for managing JSON Web Tokens (JWTS) in web applications | 6 |
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |
dvsekhvalnov/jose-jwt | A library implementing JSON Web Token and related security protocols for .NET development | 946 |
yourkarma/jwt | A JSON Web Token implementation in Objective-C. | 351 |
keats/jsonwebtoken | A Rust library for generating and verifying JSON Web Tokens | 1,702 |
rars/ngx-jwt | An Angular library that adds JWT token authentication to HTTP requests. | 1 |
restuwahyu13/jwt-transform | Tools for transforming and decrypting JSON Web Tokens using encryption algorithms | 18 |
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |
auth0/jwks-rsa-java | A Java library for working with JSON Web Keys and JWKS endpoints | 196 |
thalhammer/jwt-cpp | A header-only C++ library for creating and validating JSON Web Tokens | 909 |