Skip to content

Releases: devforth/adminforth-oauth-adapter-keycloak

v1.0.2

25 May 13:05

Choose a tag to compare

1.0.2 (2026-05-25)

Bug Fixes

  • update README and add publishConfig to package.json (e69b249)

v1.0.0

25 May 11:43

Choose a tag to compare

1.0.0 (2026-05-25)

Bug Fixes

  • add author information in package.json (192eeb9)
  • add author information in package.json (f5b4682)
  • add renamed param for useOpenId - useOpenIdConnect. It is possible to use both (6fcda66)
  • allow to set custom keycloak icon and use official as fallback (4f6c472)
  • ensure boolean evaluation for useOpenIdConnect and useOpenID options (62bf8ec)
  • update adminforth dependency (df88d7c)
  • update adminforth dependency to peerDependencies and bump version to ^2.13.0-next.56 (f9bedc2)
  • use MIT licence in package.json (8f0dc94)
  • use pnpm instead of npm (94e600d)

Features

  • add name property and validation for required options in Keycloak OAuth2 adapter (a0f9644)
  • enhance user info structure in getTokenFromCode method (b1edabd)
  • extend getTokenFromCode return type to include fullName and profilePictureUrl (e9e826c)