jwt
Token authenticator
A Go library providing a secure token-based authentication mechanism with key management and verification capabilities.
JSON Web Token library
355 stars
14 watching
25 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list
bearer-authenticationbearer-authorizationbearer-tokensecdsaed25519hmachmac-authenticationhttp-authenticationhttp-bearerjson-web-tokenjwkjwtjwt-bearer-tokensrsa-signature
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 |
hanamimastery/jay_doubleu_tee | An authentication middleware for web applications using JSON Web Tokens (JWT) and various encryption algorithms. | 17 |
cristalhq/jwt | A lightweight JWT library for Go | 671 |
go-webauthn/webauthn | A library that provides Web Authentication capabilities for Go applications. | 798 |
leberkleber/simple-jwt-provider | Provides JWT-based authentication and user management with optional password reset and custom claims | 38 |
denisorehovsky/django-elm-auth-with-jwt | An example of implementing JSON Web Token authentication using Django and Django REST Framework as backend and Elm for frontend. | 20 |
dvsekhvalnov/jose-jwt | A library implementing JSON Web Token and related security protocols for .NET development | 946 |
paolo-rossi/delphi-jose-jwt | A Delphi library implementing the JOSE and JWT standards for digital signatures and token encryption | 452 |
thalhammer/jwt-cpp | A header-only C++ library for creating and validating JSON Web Tokens | 909 |
mikenicholson/passport-jwt | Provides an authentication strategy using JSON Web Tokens | 1,964 |
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 232 |
generationtux/jwt-artisan | A package that simplifies the use of JSON Web Tokens (JWT) in PHP for authentication purposes in web applications. | 141 |
gildedhonour/frank_jwt | An implementation of JSON Web Tokens in Rust. | 252 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |