jwt
JWT token generator
An implementation of JSON Web Tokens for authentication and security in Go programming language
Go implementation of JSON Web Tokens (JWT).
7k stars
39 watching
348 forks
Language: Go
last commit: 17 days ago
Linked from 1 awesome list
authed25519gogolangjwtsecurity
Related projects:
Repository | Description | Stars |
---|---|---|
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |
dvsekhvalnov/jose2go | A Golang implementation of the JOSE and JSON Web Token specification for secure data signing, encryption, and authentication | 187 |
cristalhq/jwt | A lightweight JWT library for Go | 671 |
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 232 |
pascaldekloe/jwt | A Go library providing a secure token-based authentication mechanism with key management and verification capabilities. | 355 |
dwyl/learn-json-web-tokens | This project teaches how to use JSON Web Tokens for authentication in web and mobile applications. | 4,181 |
auth0/java-jwt | A Java library implementing the JSON Web Token standard for digital signatures and token validation. | 5,894 |
garyf/json_web_token | Provides Ruby implementation of JSON Web Token standard for secure authentication and token validation | 60 |
lcobucci/jwt | A PHP library for creating and managing JSON Web Tokens with digital signatures. | 7,292 |
golang/crypto | Provides supplementary cryptography libraries for the Go programming language | 3,029 |
garyf/json_web_token_ex | An Elixir implementation of the JSON Web Token (JWT) Standard | 143 |
jwt/ruby-jwt | A Ruby implementation of the RFC 7519 standard for secure token-based authentication | 3,600 |
go-git/go-git | A high-level implementation of the Git version control system in Go | 5,995 |
grpc/grpc-go | A high-performance RPC framework that supports mobile and HTTP/2-based communication. | 21,100 |
golang/net | A collection of supplementary networking packages for the Go programming language | 2,874 |