6a3d28350b
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.
6 lines
261 B
Text
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.
|