Skip to content

Releases: ParsekDev/parsek-plugin-auth

v1.0.0-dev.3

14 Jan 20:25
Compare
Choose a tag to compare
v1.0.0-dev.3 Pre-release
Pre-release

1.0.0-dev.3 (2025-01-14)

Features

  • add onDeleteUser auth event listener method (0259908)
  • split and add new delete user method to auth provider (f53f675)

v1.0.0-dev.2

12 Jan 18:42
Compare
Choose a tag to compare
v1.0.0-dev.2 Pre-release
Pre-release

1.0.0-dev.2 (2025-01-12)

Features

  • include vertx-web-client together in jar (4943e53)

v1.0.0-dev.1

10 Jan 09:45
Compare
Choose a tag to compare
v1.0.0-dev.1 Pre-release
Pre-release

1.0.0-dev.1 (2025-01-10)

Bug Fixes

  • broken cookie parsing due (3494537)
  • fix broken authorization and csrf check (9eefdfc)
  • fix change mail logic not working (c41fa88)
  • fix dependencies to static (764d7bb)
  • fix not correct calculation for time between left for new code (57b2d26)
  • fix not invalidating all magic register tokens (b7247f5)
  • fix not invalidating specific token on login (9ad57ff)
  • fix returning 500 when error happening due to additional field (668e53b)
  • fix returning emails instead of users in getAdminList method in auth provider (3228b3f)
  • fix typo in change email magic link type (0b53fe8)
  • fix wrong additional field in user dao (4150d1d)
  • improve change e-mail verify and enhance verifying magic code processes (8938888)
  • migrate ex plugin id (7b6a94a)
  • missing endpoints due to not defined annotation (1940fdd)
  • repository url (d76ed80)
  • returning errors when email is already exists in update profile endpoint (757e747)
  • support new parsek core changes about plugin config manager (e54520b)

Features

  • add capitalize name and surname (ed3ed55)
  • add resendCodeTime option to config & add support for limiting resend verify code by seconds (8796237)
  • add secure flag option to cookie config (0dd9532)
  • add single session feature, if it's enabled it will invalidate other sessions of user (5214685)
  • initial commit (edcfa4f)
  • register auth field manager globally (2033782)
  • support for custom register fields (7bf689d)
  • upgrade codebase for parsek v2 (ea53520)
  • use parsek-plugin-token v1.2.0 and add sending magic change e-mail (dcf04ea)

BREAKING CHANGES

  • This version requires Parsek v1.0.0-beta.7+.
  • name, surname, fullName and lang fields are removed by default