go-github-com-golang-jwt-jwt-v5 5.2.1
Go implementation of JSON Web Tokens
This package provides a Go implementation of JSON Web Tokens and supports the parsing and verification as well as the generation and signing of JSON Web Tokens. The currently supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.
- Outputs:
out
- Website: https://github.com/golang-jwt/jwt
- Licenses: Expat
- Package source: gnu/packages/golang-crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install go-github-com-golang-jwt-jwt-v5 5.2.1
as follows:
guix install go-github-com-golang-jwt-jwt-v5@5.2.1
Or install the latest version:
guix install go-github-com-golang-jwt-jwt-v5
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.