7.0.0-alpha.3 (2023-12-26)
Bug Fixes
- Conditional email verification not working in some cases if
verifyUserEmails
,preventLoginWithUnverifiedEmail
set to functions (#8838) (8e7a6b1)
Features
BREAKING CHANGES
Parse.Session.current()
no longer throws an error if the session token is expired, but instead returns the session token with its expiration date to allow checking its validity (f9dde4a)