Skip to content

Releases: devforth/adminforth-oauth-adapter-microsoft

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 (c409f5c)

v1.0.0

25 May 11:45

Choose a tag to compare

1.0.0 (2026-05-25)

Bug Fixes

  • add author information in package.json (13ba318)
  • add author information to package.json (7d14456)
  • add renamed param for useOpenId - useOpenIdConnect. It is possible to use both (9996425)
  • ensure boolean evaluation for useOpenIdConnect in constructor (8dc8b5a)
  • update adminforth dependency (93861ac)
  • update adminforth dependency to peerDependencies and bump version to ^2.13.0-next.56 (47bc760)
  • update getTokenFromCode return type to include fullName and profilePictureUrl (2d76083)
  • use MIT licence in package.json (14bff64)
  • use official microsoft logo (0e523ec)
  • use pnpm instead of npm (bfb2387)

Features

  • enhance OAuth2UserInfoLocal type and improve token handling (0f64ec1)