sjwt
JWT library
A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature
Simple JWT Golang
119 stars
3 watching
9 forks
Language: Go
last commit: 10 months ago
Linked from 1 awesome list
authenticationgolangjsonwebtokenjwtsimple
Related projects:
Repository | Description | Stars |
---|---|---|
cristalhq/jwt | A lightweight JWT library for Go | 672 |
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. | 356 |
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 232 |
dvsekhvalnov/jose-jwt | A library implementing JSON Web Token and related security protocols for .NET development | 946 |
keats/jsonwebtoken | A Rust library for generating and verifying JSON Web Tokens | 1,702 |
jwt-dotnet/jwt | An implementation of JSON Web Tokens for .NET. | 2,139 |
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. | 674 |
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) | 122 |
gildedhonour/frank_jwt | An implementation of JSON Web Tokens in Rust. | 252 |
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 |