[ 原始碼: golang-github-golang-jwt-jwt ]
套件:jwt(4.4.3-1 以及其他的)
jwt 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-golang-jwt-jwt:
- [golang-github-golang-jwt-jwt_4.4.3-1.dsc]
- [golang-github-golang-jwt-jwt_4.4.3.orig.tar.gz]
- [golang-github-golang-jwt-jwt_4.4.3-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-golang-jwt-jwt-v5-dev
- jose-util
- golang-github-dgrijalva-jwt-go-dev
- golang-github-dgrijalva-jwt-go-v3-dev
- golang-github-form3tech-oss-jwt-go-dev
- golang-github-go-jose-go-jose-dev
- golang-github-go-jose-go-jose.v3-dev
- golang-github-dvsekhvalnov-jose2go-dev
- python3-python-flask-jwt-extended
- libjose4j-java
- libjwt-dev
golang implementation of JSON Web Tokens (command line)
Community maintained clone of github.com/dgrijalva/jwt-go.
After the original author of the library suggested migrating the maintenance of jwt-go, a dedicated team of open source maintainers decided to clone the existing library into this module.
The command line utility included in this project (cmd/jwt) provides a straightforward example of token creation and parsing as well as a useful tool for debugging your own integration. You'll also find several implementation examples in the documentation.
This package provides the command line.