Registry / auth / form3tech-oss-jwt-go

form3tech-oss-jwt-go

JSON →
library3.2.5+incompatiblegogounverified

Package jwt is a Go implementation of JSON Web Tokens.

go get github.com/form3tech-oss/jwt-go
INSTALL
IMPORT
SIG · FORM3TECH-OSS-JWT-
F
form3tech-oss-jwt-go
authgov3.2.5+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jwt
github.com/form3tech-oss/jwt-go

Creates and signs a JWT token.

package main import ( "fmt" "github.com/form3tech-oss/jwt-go" ) func main() { token := jwt.NewWithClaims(jwt.SigningMethodHS256, jwt.MapClaims{ "foo": "bar", }) tokenString, err := token.SignedString([]byte("secret")) if err != nil { panic(err) } fmt.Println(tokenString) }
Debug
Known issues
gotchaThis fork is unmaintained; use github.com/golang-jwt/jwt/v5 instead
fix
Replace import with github.com/golang-jwt/jwt/v5
affects: *
Upgrade
Version history
3.2.5+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
form3tech-oss-jwt-go — go get form3tech-oss-jwt-go · libregistry