Skip to content

Releases: mikaelkaron/fastify-openid-auth

v4.0.2

26 Sep 19:05
Compare
Choose a tag to compare

4.0.2 (2022-09-26)

Bug Fixes

  • update fastify version plugin annotation to 4.x (0fc2427)

v4.0.1

26 Sep 15:55
Compare
Choose a tag to compare

4.0.1 (2022-09-26)

Bug Fixes

  • make FastifyRequest.session compatible with @fastify/secure-session (8ed15c9)

v4.0.0

26 Sep 14:06
Compare
Choose a tag to compare

4.0.0 (2022-09-26)

Bug Fixes

Features

BREAKING CHANGES

  • This bumps fastify@4

v3.0.0

01 Mar 12:33
Compare
Choose a tag to compare

3.0.0 (2022-03-01)

Code Refactoring

Features

  • remove dynamic factories (b30653b)
  • use fastify-error for plugin errors (df1ccf9)

BREAKING CHANGES

  • OpenIDLoginHandlerOptions.params is now OpenIDLoginHandlerOptions.parameters
  • Removed outer factories, resulting in handlerFactory() => handler is now just handler.

v2.1.0

22 Feb 02:33
Compare
Choose a tag to compare

2.1.0 (2022-02-22)

Features

  • separate plugin from index (bf9d76d)

v2.0.0

22 Feb 02:19
Compare
Choose a tag to compare

2.0.0 (2022-02-22)

Features

  • separate auth factories into individual files (3a152ad)

BREAKING CHANGES

  • read/write no longer gets the client as an argument

v1.0.0

10 Feb 18:33
Compare
Choose a tag to compare

1.0.0 (2022-02-10)

Features