Skip to content

Releases: gbrlsnchs/jwt

3.0.0-alpha.3 - 2019-03-06

06 Mar 20:06
Compare
Choose a tag to compare
Pre-release
v3.0.0-alpha.3

Fix unmarshaling Audience array

3.0.0-alpha.2 - 2019-03-01

01 Mar 19:42
Compare
Choose a tag to compare
Pre-release
v3.0.0-alpha.2

Change "JWTIDValidator" to "IDValidator"

3.0.0-alpha.1 - 2019-03-01

01 Mar 19:10
Compare
Choose a tag to compare
Pre-release
v3.0.0-alpha.1

Update README examples

3.0.0-alpha.0 - 2019-02-21

21 Feb 18:35
c67b2ee
Compare
Choose a tag to compare
Pre-release
Merge pull request #21 from gbrlsnchs/v3

V3

2.0.0 - 2018-09-14

14 Sep 18:27
Compare
Choose a tag to compare

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.

2.0.0-rc.0 - 2018-09-13

13 Sep 21:34
Compare
Choose a tag to compare
Pre-release
v2.0.0-rc.0

Add support for setting "cty" header parameter

2.0.0-beta.1 - 2018-09-13

13 Sep 17:21
Compare
Choose a tag to compare
Pre-release
v2.0.0-beta.1

Update the changelog

2.0.0-beta.0 - 2018-09-04

04 Sep 20:54
Compare
Choose a tag to compare
Pre-release
v2.0.0-beta.0

Update benchmark

2.0.0-alpha.2 - 2018-09-04

04 Sep 20:53
Compare
Choose a tag to compare
Pre-release
Revert "Add nest interface"

This reverts commit 5a36c8f6e31e7fe110eadd4cefbc00306317d5ab.

2.0.0-alpha.1 - 2018-09-03

03 Sep 23:38
Compare
Choose a tag to compare
Pre-release
v2.0.0-alpha.1

Fix documentation for method names