Skip to content

Releases: SkyLothar/lua-resty-jwt

v0.1.11

11 Jul 18:29
Compare
Choose a tag to compare

Bug Fix:

  • Memory leak #65

V0.1.10 Is Here

09 Apr 13:31
Compare
Choose a tag to compare

Fix bugs

  • RS Validation bug #54
  • Time Validation bug #57

Add Support For OPM

25 Nov 17:21
Compare
Choose a tag to compare

Add Support For OPM

Check nbf/exp by default

23 Oct 18:13
Compare
Choose a tag to compare

If no validation rule were given, a default validation rule that will check nbf and exp will apply.

JWE RFC

22 Aug 08:49
Compare
Choose a tag to compare

Thanks to amazing @saks .
lua-resty-jwt is now compatible with JWE RFC!

See #45 for details

v0.1.5 is out!

03 May 01:22
Compare
Choose a tag to compare

@toonetown gives us a better error output. See #31
@Deadleg added verification with RSA public keys. See #30

v0.1.4

27 Apr 08:49
Compare
Choose a tag to compare

Tons of new feature.
Checkout #28 #27 #21 #19 #18 #16

Also, you can install this lib from Luarocks!

luarocks install lua-resty-jwt

Where is v0.1.3... hmm...

v0.1.2

13 Sep 14:54
Compare
Choose a tag to compare

ignore trusted_certs_file when not needed

v0.1.1

07 Jul 03:25
Compare
Choose a tag to compare

release 0.1.1

first release.

support fields:

  • ALG: HS256/HS512/RS256
  • HEADER: kid
  • CLAIMS: nbf/exp