Skip to content

Releases: yubinTW/fastify-keycloak-adapter

2.0.2

06 Jun 19:46
c230675
Compare
Choose a tag to compare

update dependencies

2.0.1

26 Mar 11:49
Compare
Choose a tag to compare

update dependencies

2.0.0

04 Dec 18:11
Compare
Choose a tag to compare
  • update type of userPayloadMapper, developer can define the user payload with the custom token payload from a keycloak server

  • rename UserInfo type to DefaultToken type

1.6.3

22 Nov 13:12
Compare
Choose a tag to compare

build(deps-dev): bump fastify from 4.8.1 to 4.10.2

1.6.2

12 Oct 15:28
Compare
Choose a tag to compare

Bumps fastify from 4.4.0 to 4.8.1

1.6.1

19 Sep 18:03
Compare
Choose a tag to compare
  • fix userPayloadMapper return type
  • build(deps): Bump @fastify/session from 9.0.0 to 10.0.0
  • build(deps): Bump @fastify/cookie from 7.4.0 to 8.2.0

1.6.0

02 Sep 16:55
e6b5fac
Compare
Choose a tag to compare

add callback option

1.5.0

14 Aug 17:04
Compare
Choose a tag to compare

add autoRefreshToken for refreshing token automatically when token has expired

1.4.0

03 Aug 10:11
Compare
Choose a tag to compare

add axios-retry for getting .well-known/openid-configuration and public key

1.3.0

21 Jul 12:23
Compare
Choose a tag to compare

add unauthorizedHandler option