pkgsrc/devel/go-jwt-go/DESCR
ng0 6a3d28350b Add devel/go-jwt-go version 3.2.0
A Go implementation of JSON Web Tokens.

This library supports the parsing and verification as well as the
generation and signing of JWTs. Current supported signing algorithms
are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for
adding your own.
2019-11-27 10:27:09 +00:00

6 lines
261 B
Text

A Go implementation of JSON Web Tokens.
This library supports the parsing and verification as well as the
generation and signing of JWTs. Current supported signing algorithms
are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for
adding your own.