Skip to content

Releases: devforth/adminforth-oauth-adapter-google

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)