Skip to content

Releases: devforth/adminforth-oauth-adapter-google

v1.0.5

19 Jun 12:35

Choose a tag to compare

1.0.5 (2026-06-19)

Bug Fixes

  • replace jwt-decode with jose for token verification (e616a4f)

v1.0.4

16 Jun 08:18

Choose a tag to compare

1.0.4 (2026-06-16)

Bug Fixes

  • update adminforth version (7cfc2f6)
  • update adminforth version (f50d59f)

v1.0.3

11 Jun 09:06

Choose a tag to compare

1.0.3 (2026-06-11)

Bug Fixes

  • enable declaration file generation in tsconfig (b8841a8)

v1.0.2

25 May 13:05

Choose a tag to compare

1.0.2 (2026-05-25)

Bug Fixes

  • add publishConfig to package.json for public access (8cf56df)

v1.0.0

25 May 11:41

Choose a tag to compare

1.0.0 (2026-05-25)

Bug Fixes

  • add renamed param for useOpenId - useOpenIdConnect. It is possible to use both (f55b564)
  • correct repository URL in package.json (4e0ec8e)
  • ensure boolean evaluation for useOpenIdConnect and useOpenID parameters (25a972e)
  • move adminforth to the peer dependencies (3321540)
  • move adminforth to the peer dependencies[2] (4dd8abf)
  • remove npm version patch from build script in package.json (bcd7a0a)
  • remove redirect uri (f723b98)
  • update adminforth dependency (e92892b)
  • update author field in package.json (2e2c15b)
  • update author information in package.json (629d642)
  • update getTokenFromCode method to return fullName and picture in the response (e1af794)
  • update getTokenFromCode method to return profilePictureUrl instead of picture (2a739e0)
  • use MIT licence in package.json (fdf6516)
  • use pnpm instead of npm (f00bcdc)

Features

  • enhance OAuth2UserInfoLocal type and update getTokenFromCode return type (19023a4)