Categorygithub.com/metadiv-io/jwt
repositorypackage
1.0.0
Repository: https://github.com/metadiv-io/jwt.git
Documentation: pkg.go.dev

# README

jwt v1

A Go package that provides a simple and secure way to work with JSON Web Tokens (JWT). This package supports both HMAC (secret-based) and RSA (key-based) signing methods.

Installation

go get -u github.com/metadiv-io/jwt

Documentation

jwt v1