Releases: gbrlsnchs/jwt
Releases · gbrlsnchs/jwt
3.0.0-alpha.3 - 2019-03-06
v3.0.0-alpha.3 Fix unmarshaling Audience array
3.0.0-alpha.2 - 2019-03-01
v3.0.0-alpha.2 Change "JWTIDValidator" to "IDValidator"
3.0.0-alpha.1 - 2019-03-01
v3.0.0-alpha.1 Update README examples
3.0.0-alpha.0 - 2019-02-21
Merge pull request #21 from gbrlsnchs/v3 V3
2.0.0 - 2018-09-14
Added
Parse
andParseBytes
functions.Marshal
andUnmarshal
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
tomethods.go
. - Add prefix
New
to signing methods constructors. - Run
vgo
for testing (this enables testing the package against Go 1.10);
Removed
Sign
andVerify
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
v2.0.0-rc.0 Add support for setting "cty" header parameter
2.0.0-beta.1 - 2018-09-13
v2.0.0-beta.1 Update the changelog
2.0.0-beta.0 - 2018-09-04
v2.0.0-beta.0 Update benchmark
2.0.0-alpha.2 - 2018-09-04
Revert "Add nest interface" This reverts commit 5a36c8f6e31e7fe110eadd4cefbc00306317d5ab.
2.0.0-alpha.1 - 2018-09-03
v2.0.0-alpha.1 Fix documentation for method names