github parse-community/parse-server 8.6.24

latest releases: 8.6.27, 9.5.2-alpha.14, 9.5.2-alpha.13...
16 hours ago

8.6.24 (2026-03-09)

Bug Fixes

  • Concurrent signup with same authentication creates duplicate users (#10150) (fac8f33)

Warning

Parse Server now automatically creates unique indexes on authData fields for each configured authentication provider on startup, including anonymous when anonymous users are enabled. These indexes prevent concurrent signups from creating duplicate user accounts with the same authentication identity. If the indexes already exist, no action is taken. Without these indexes, concurrent signup requests with the same authData can bypass the application-level uniqueness check and create duplicate user accounts, which prevents subsequent login for the affected accounts. To skip automatic index creation, set the createIndexAuthDataUniqueness database option to false. If duplicate authData entries already exist in the database, a warning is logged at startup and the index is not created; the duplicates need to be resolved manually before the index can be created.

Don't miss a new parse-server release

NewReleases is sending notifications on new releases.