Skip to content

Releases: kataras/jwt

v0.1.0

11 Feb 14:41
Compare
Choose a tag to compare

Two new methods: SignWithHeader and VerifyWithHeaderValidator to support custom headers and public key validation per-token (e.g jwt key ids/amazon and e.t.c.). Please take a look at the complete example: https://github.com/kataras/jwt/blob/main/_examples/custom-header/main.go

v0.0.9

25 Dec 09:34
Compare
Choose a tag to compare

Export the CompareHeader function as a variable in order to be customized as requested at: #2 (comment)

v0.0.8

15 Dec 16:37
Compare
Choose a tag to compare
  • Fix #3
  • Add a new Decode function which just decodes a compact form token without verification and validation

v0.0.7

02 Dec 01:06
Compare
Choose a tag to compare

Fix #2

v0.0.6

07 Nov 21:17
Compare
Choose a tag to compare

Add jwt.Plain to enforce a rule to allow non-JSON token's payload. Example at: https://github.com/kataras/jwt/blob/e87a84e0681e206f3733932450e25d7747daf215/verify_test.go#L39-L54

v0.0.5

02 Nov 04:29
Compare
Choose a tag to compare

Finalize the in-memory blocklist and add example for a redis one 👍

v0.0.4

30 Oct 20:08
Compare
Choose a tag to compare

Add a token pair and more documentation.

v0.0.3

28 Oct 05:08
Compare
Choose a tag to compare

Add some useful builtin validators and use encrypt/decrypt per token.

v0.0.2

27 Oct 10:41
Compare
Choose a tag to compare

Add GCM + AES payload encryption.

v0.0.1

26 Oct 20:01
Compare
Choose a tag to compare

First public release. Stay safe!