JSON Web Tokens (JWT) utilities
A simple utility to generate and decode JSON Web Tokens (JWTs) that can be used to authenticate against web applications. The code is released under the Apache 2 Open Source License. See JWT-OPA for an example of how JWTs can be used to authenticate/authorize access to protected online resources/applications. Usage Use –help (or -h) for … More JSON Web Tokens (JWT) utilities