Registry / crypto / sermodigital-jose

sermodigital-jose

JSON →
library0.9.1gogounverified

Package jose implements helper functions and types for JWS, JWT, and JWE.

go get github.com/SermoDigital/jose
INSTALL
IMPORT
SIG · SERMODIGITAL-JOSE
S
sermodigital-jose
cryptogov0.9.1
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.

jose
github.com/SermoDigital/jose

Create a JWT claim set

package main import ( "fmt" "github.com/SermoDigital/jose/jws" ) func main() { claims := jws.Claims{} claims.Set("sub", "1234567890") fmt.Println(claims) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
sermodigital-jose — go get sermodigital-jose · libregistry