forked from Lainports/freebsd-ports
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
404 B
Text
6 lines
404 B
Text
Command line tool to help you work with JSON Web Tokens (JWTs). Like
|
|
most JWT command line tools out there, you can decode almost any JWT
|
|
header and claims body. Unlike any that I've found, however, jwt-cli
|
|
allows you to encode a new JWT with nearly any piece of data you can
|
|
think of. Custom header values (some), custom claim bodies (as long
|
|
as it's JSON, it's game), and using any secret you need.
|