Gbrlsnchs Jwt Versions Save

Go JWT signing, verifying and validating

v3.0.0-alpha.3

5 years ago

v3.0.0-alpha.2

5 years ago

v3.0.0-alpha.1

5 years ago

v3.0.0-alpha.0

5 years ago

v2.0.0

5 years ago

Added

  • Parse and ParseBytes functions.
  • Marshal and Unmarshal functions.
  • Marshaler interface.
  • Unmarshaler interface.
  • Content type header parameter.

Changed

  • Modify Signer signature.
  • Add claims directly to JWT struct.
  • Embed header to JWT.
  • Add README texts, examples and usage.
  • Rename const.go to methods.go.
  • Add prefix New to signing methods constructors.
  • Run vgo for testing (this enables testing the package against Go 1.10);

Removed

  • Sign and Verify functions.
  • Base64 encoding and deconding functions.
  • Options struct.
  • Claims struct.
  • Functions that extract JWT from contexts and requests.

v2.0.0-rc.0

5 years ago

v2.0.0-beta.1

5 years ago

v2.0.0-beta.0

5 years ago

v2.0.0-alpha.2

5 years ago

v2.0.0-alpha.1

5 years ago