Releases: ParsekDev/parsek-plugin-auth
Releases · ParsekDev/parsek-plugin-auth
v1.0.0-dev.3
1.0.0-dev.3 (2025-01-14)
Features
v1.0.0-dev.2
v1.0.0-dev.1
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