Skip to content

Releases: fastify/fastify-jwt

v0.9.0

11 Jan 11:37
Compare
Choose a tag to compare
  • Return 401 for all invalid tokens #35

v0.8.1

09 Jan 08:41
Compare
Choose a tag to compare

#34 - Use preHandler in examples instead of beforeHandler

v0.8.0

18 Dec 10:15
Compare
Choose a tag to compare
  • Respond with 401 instead of 500 if a token is expired #31

v0.7.0

25 Oct 15:08
Compare
Choose a tag to compare
  • better options management #27 #28

v0.6.0

23 Oct 14:01
Compare
Choose a tag to compare
  • Fixed RSA support #26

v0.5.0

16 Oct 09:30
Compare
Choose a tag to compare
  • pass default options #24

v0.4.0

17 Sep 11:49
Compare
Choose a tag to compare
  • use status code 401 and status code 400 for errors #23

v0.3.0

06 May 09:26
Compare
Choose a tag to compare
  • Updated dependencies, cleanup #17 #12

v0.2.1

13 Feb 08:19
Compare
Choose a tag to compare
  • Updated dependencies - #13

v0.2.0

18 Jan 17:26
Compare
Choose a tag to compare
  • Added request.jwtVerify and reply.jwtSign - #10