Releases: mikaelkaron/fastify-openid-auth
Releases · mikaelkaron/fastify-openid-auth
v4.0.2
4.0.2 (2022-09-26)
Bug Fixes
- update fastify version plugin annotation to 4.x (0fc2427)
v4.0.1
4.0.1 (2022-09-26)
Bug Fixes
- make
FastifyRequest.session
compatible with @fastify/secure-session
(8ed15c9)
v4.0.0
4.0.0 (2022-09-26)
Bug Fixes
Features
BREAKING CHANGES
v3.0.0
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
2.1.0 (2022-02-22)
Features
- separate plugin from index (bf9d76d)
v2.0.0
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
1.0.0 (2022-02-10)
Features