Skip to content

pedroalbanese/jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT

ISC License GoDoc GitHub downloads Go Report Card GitHub go.mod Go version GitHub release (latest by date)

JSON Web Tokens

JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.

Usage of jwt:
  One of the following flags is required: sign, verify
  -alg string
        signing algorithm identifier
  -claim value
        add additional claims. may be used more than once (default {})
  -compact
        output compact JSON
  -debug
        print out all kinds of debug data
  -header value
        add additional header params. may be used more than once (default {})
  -key string
        path to key file or '-' to read from stdin
  -show
        Show header
  -sign string
        path to claims object to sign, '-' to read from stdin
  -verify string
        path to JWT token to verify or '-' to read from stdin

License

This project is licensed under the MIT License.

Copyright (c) 2020-2021 Pedro Albanese - ALBANESE Research Lab