jwt
JWT auth lib
A library providing an implementation of JSON Web Tokens for .NET authentication
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
2k stars
82 watching
464 forks
Language: C#
last commit: about 2 months ago
Linked from 4 awesome lists
authorizationc-sharpjsonjwt
Related projects:
Repository | Description | Stars |
---|---|---|
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
gildedhonour/frank_jwt | An implementation of JSON Web Tokens in Rust. | 251 |
jwtk/njwt | A Node.js library that simplifies the process of creating and working with JSON Web Tokens (JWTs) for secure authentication and authorization. | 433 |
dvsekhvalnov/jose-jwt | A library implementing JSON Web Token and related security protocols for .NET development | 951 |
keats/jsonwebtoken | A Rust library for generating and verifying JSON Web Tokens | 1,721 |
thalhammer/jwt-cpp | A header-only C++ library for creating and validating JSON Web Tokens | 928 |
jwt-scala/jwt-scala | A library providing JSON Web Token (JWT) support in Scala, allowing users to create, verify, and validate JWTs with various algorithms. | 675 |
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 120 |
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 233 |
yourkarma/jwt | A JSON Web Token implementation in Objective-C. | 352 |
garyf/json_web_token_ex | An Elixir implementation of the JSON Web Token (JWT) Standard | 143 |
generationtux/jwt-artisan | A package that simplifies the use of JSON Web Tokens (JWT) in PHP for authentication purposes in web applications. | 141 |
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |
sinbadxiii/phalcon-auth-jwt | A Phalcon-based implementation of JSON Web Token authentication and authorization | 3 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,347 |