Skip to content

Commit

Permalink
Merge pull request #1 from rucuriousyet/rucuriousyet-patch-1
Browse files Browse the repository at this point in the history
added rucuriousyet/jwt
  • Loading branch information
cosmotek authored Jul 3, 2018
2 parents c71785d + 7219a8a commit 8054528
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion views/website/libraries/9-Go.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,34 @@
"gitHubRepoPath": "pascaldekloe/jwt",
"repoUrl": "https://github.com/pascaldekloe/jwt",
"installCommandHtml": "go get github.com/pascaldekloe/jwt"
},
{
"minimumVersion": null,
"support": {
"sign": true,
"verify": true,
"iss": false,
"sub": false,
"aud": false,
"exp": false,
"nbf": false,
"iat": false,
"jti": false,
"hs256": true,
"hs384": false,
"hs512": true,
"rs256": false,
"rs384": false,
"rs512": false,
"es256": false,
"es384": false,
"es512": false
},
"authorUrl": "https://gitlab.com/rucuriousyet",
"authorName": "Seth Moeckel",
"gitHubRepoPath": "rucuriousyet/jwt",
"repoUrl": "https://gitlab.com/rucuriousyet/jwt",
"installCommandHtml": "go get gitlab.com/rucuriousyet/jwt"
}
]
}
}

0 comments on commit 8054528

Please sign in to comment.