Registry / auth / pquerna-xjwt

pquerna-xjwt

JSON →
library0.4.0gogounverified

An extended JSON Web Token (JWT) library with additional features and flexibility.

go get github.com/pquerna/xjwt
INSTALL
IMPORT
SIG · PQUERNA-XJWT
P
pquerna-xjwt
authgov0.4.0
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.

xjwt
✓ github.com/pquerna/xjwt

Create a new JWT token.

package main import ( "fmt" "github.com/pquerna/xjwt" ) func main() { token, _ := xjwt.NewBuilder().Build() fmt.Println(token) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
pquerna-xjwt — go get pquerna-xjwt · libregistry