sjwt
JWT library
A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature
Simple JWT Golang
120 stars
3 watching
9 forks
Language: Go
last commit: 12 months ago
Linked from 1 awesome list
authenticationgolangjsonwebtokenjwtsimple
Related projects:
Repository | Description | Stars |
---|---|---|
cristalhq/jwt | A lightweight JWT library for Go | 673 |
dvsekhvalnov/jose2go | A Golang implementation of the JOSE and JSON Web Token specification for secure data signing, encryption, and authentication | 187 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
pascaldekloe/jwt | A Go library providing a secure token-based authentication mechanism with key management and verification capabilities. | 357 |
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 233 |
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 |
jwt-dotnet/jwt | A library providing an implementation of JSON Web Tokens for .NET authentication | 2,145 |
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |
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 |
generationtux/jwt-artisan | A package that simplifies the use of JSON Web Tokens (JWT) in PHP for authentication purposes in web applications. | 141 |
frasertweedale/hs-jose | Haskell implementation of JSON Object Signing and Encryption & JWT (JSON Web Token) | 124 |
gildedhonour/frank_jwt | An implementation of JSON Web Tokens in Rust. | 251 |
sgrust01/jwtvault | An open-source library for managing and orchestrating JSON Web Token (JWT) workflow securely | 68 |
garyf/json_web_token_ex | An Elixir implementation of the JSON Web Token (JWT) Standard | 143 |