parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

feat: Pass event information to `verifyUserEmails`

Open Vishal4real opened this issue 8 months ago • 9 comments
trafficstars

Pull Request

Issue

Closes: https://github.com/parse-community/parse-server/issues/9505

What I Did Added authContext support in getUserController to pass authentication details. Updated setEmailVerifyToken to include authContext when determining whether email verification is required.

Approach Modified getUserController to accept authContext and pass it to UserController. Updated setEmailVerifyToken to check this.authContext when calling verifyUserEmails. Ensured email verification is only triggered based on the authentication context

@mtrezza Just passed event information to verifyUserEmails function as mentioned in the feature!

Vishal4real avatar Mar 14 '25 18:03 Vishal4real