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
355 forks
Language: Go
last commit: 2 months 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 | 120 |
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 | 673 |
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 233 |
pascaldekloe/jwt | A Go library providing a secure token-based authentication mechanism with key management and verification capabilities. | 357 |
dwyl/learn-json-web-tokens | This project teaches how to use JSON Web Tokens for authentication in web and mobile applications. | 4,180 |
auth0/java-jwt | A Java library implementing the JSON Web Token standard for digital signatures and token validation. | 5,917 |
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,318 |
golang/crypto | Provides supplementary cryptography libraries for the Go programming language | 3,040 |
garyf/json_web_token_ex | An Elixir implementation of the JSON Web Token (JWT) Standard | 143 |
jwt/ruby-jwt | An implementation of the OAuth JSON Web Token standard in Ruby | 3,601 |
go-git/go-git | A high-level implementation of the Git version control system in Go | 6,070 |
grpc/grpc-go | A high-performance RPC framework that supports mobile and HTTP/2-based communication. | 21,208 |
golang/net | A collection of supplementary networking packages for the Go programming language | 2,883 |