jwt

(β˜… 9,204)

Go implementation of JSON Web Tokens (JWT).

  • .gitignore
  • claims.go
  • doc.go
  • ecdsa.go
  • ecdsa_test.go
  • ecdsa_utils.go
  • ed25519.go
  • ed25519_test.go
  • ed25519_utils.go
  • errors.go
  • errors_test.go
  • example_test.go
  • go.mod
  • go.sum
  • hmac.go
  • hmac_example_test.go
  • hmac_test.go
  • http_example_test.go
  • jwt_test.go
  • LICENSE
  • map_claims.go
  • map_claims_test.go
  • MIGRATION_GUIDE.md
  • none.go
  • none_test.go
  • parser.go
  • parser_option.go
  • parser_test.go
  • README.md
  • registered_claims.go
  • rsa.go
  • rsa_pss.go
  • rsa_pss_test.go
  • rsa_test.go
  • rsa_utils.go
  • SECURITY.md
  • signing_method.go
  • staticcheck.conf
  • token.go
  • token_option.go
  • token_test.go
  • types.go
  • types_test.go
  • validator.go
  • validator_test.go
  • VERSION_HISTORY.md
// repository documentation