Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Releases: kandros/micro-jwt-auth

v1.10.0

22 Jun 10:35
Compare
Choose a tag to compare

Minor Changes

  • Updates jsonwebtoken to 8.3.0: #12

Patches

Credits

Huge thanks to @zrrrzzt for their help!

v1.9.0

15 Aug 20:39
Compare
Choose a tag to compare

Minor Changes

  • Add custom response support: #10

Credits

Huge thanks to @ronnyhaase for their help!

v1.8.0

02 Aug 18:44
Compare
Choose a tag to compare

Minor Changes

  • Attempt to decode token on whitelisted paths: #11

Credits

Huge thanks to @seacucumba for their help!

v1.7.0

02 Jul 07:18
Compare
Choose a tag to compare

Minor Changes

  • Support whitelist for url paths: #8

Credits

Huge thanks to @mickaelvalmier for his help!

v1.6.0

30 Apr 09:04
Compare
Choose a tag to compare

Minor Changes

  • Add jwt result to req: #7

Patches

Credits

Huge thanks to @tuckerconnelly and @nanoxd for their help!

1.5: jest integration, few tests (#3)

21 Feb 18:57
Compare
Choose a tag to compare

Minor Changes

  • Prevent server to run if secret is not set: e1fd29a
  • Better error message: 5374854
  • Jest integration, few tests: #3

Patches

Credits

Huge thanks to @stearm for his help!