Skip to content

Releases: devforth/adminforth-oauth

v1.6.1

18 Dec 09:23

Choose a tag to compare

1.6.1 (2025-12-18)

Bug Fixes

  • mark uploaded avatar for not delete (c197b27)

v1.6.0

17 Dec 14:30
0cce698

Choose a tag to compare

1.6.0 (2025-12-17)

Features

  • add userAvatarField option and implement avatar upload plugin validation (4ec3c9d)
  • upload user avatar to the storage on login (fd622c8)

v1.5.0

17 Dec 14:25

Choose a tag to compare

1.5.0 (2025-12-17)

Bug Fixes

  • move adminforth to the peer dependencies (c42c33a)
  • pass sessionDuration to processLoginCallbacks (b5be554)
  • rebuild (26d27a0)
  • update adminforth version (374e5ae)

Features

  • add userFullNameField and fill it if fullName field is empty (747cba9)

v1.4.3

28 Nov 15:08

Choose a tag to compare

1.4.3 (2025-11-28)

Bug Fixes

  • remove comments from ./custom/tsconfig.json (3ab2c93)

v1.4.2

20 Nov 07:53

Choose a tag to compare

1.4.2 (2025-11-20)

Bug Fixes

  • decrease padding for the provider icon at the "Continue with ..." button (b431a02)

v1.4.1

17 Oct 12:09

Choose a tag to compare

1.4.1 (2025-10-17)

Bug Fixes

  • use " sidebarAndHeader: "none" " instead of "customLayout: true" (e1f6fe5)

v1.4.0

15 Oct 13:24

Choose a tag to compare

1.4.0 (2025-10-15)

Bug Fixes

Features

  • move buttons component under login button and add ability to set its order in array of injections (31352ba)

v1.3.2

12 Oct 08:47

Choose a tag to compare

1.3.2 (2025-10-12)

Bug Fixes

  • add panelHeader to loginPageInjections in OAuthPlugin configuration (6241f1c)
  • use POST method instead of GET for the '/oauth/callback' (d56a89e)

v1.3.1

09 Jun 08:01

Choose a tag to compare

1.3.1 (2025-06-09)

Bug Fixes

  • remove unused secrets from release configuration (355f81a)

v1.3.0

17 Apr 13:15

Choose a tag to compare

1.3.0 (2025-04-17)

Features

  • Implement i18n support for OAuthCallback.vue error messages and button text (f06c817)