Registry / auth / nubo-jwt

nubo-jwt

JSON →
library0.0.0-20150918093313-da5b79c3bbafgogounverified

Package jwt provides simple helpers for producing and consuming JWT (RFC 7519) signed with HMAC SHA-256.

go get github.com/nubo/jwt
INSTALL
IMPORT
SIG · NUBO-JWT
N
nubo-jwt
authgov0.0.0-20150918093313-da5b79c3bbaf
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/nubo/jwt

Encode a JWT token with a secret key.

package main import ( "fmt" "github.com/nubo/jwt" ) func main() { token, _ := jwt.Encode(map[string]interface{}{"sub": "123"}, []byte("secret")) fmt.Println(token) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150918093313-da5b79c3bbaflatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
nubo-jwt — go get nubo-jwt · libregistry