Skip to content

Add invocation event information to verifyUserEmails parameters #9505

Open
@mtrezza

Description

@mtrezza

New Feature / Enhancement Checklist

Current Limitation

When setting the Parse Server option verifyUserEmails to a function, it's unknown to the function why it has been called. This does not allow for taking specific action according to the event.

Feature / Enhancement Description

Add a parameter to the method call, to know whether:

  • It was a sign-up or login
  • Which auth method has been used (username/password, auth provider)

It could simply pass the object that would be stored in the session createdWith field, as that already contains all the infos, for example:

{ "action": "login", "authProvider": "apple" }
{ "action": "signup", "authProvider": "password"}

Example Use Case

Require email verification only for auth providers who do not verify email addresses themselves.

Activity

parse-github-assistant

parse-github-assistant commented on Dec 24, 2024

@parse-github-assistant

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!
added
bounty:$20Bounty applies for fixing this issue (Parse Bounty Program)
type:featureNew feature or improvement of existing feature
on Dec 24, 2024
Vishal4real

Vishal4real commented on Mar 14, 2025

@Vishal4real

Hello @mtrezza, I am willing to work on this issue will you please assign this to me!

mtrezza

mtrezza commented on Mar 14, 2025

@mtrezza
MemberAuthor

@Vishal4real Feel free to just go ahead and submit a PR. We do not assign issues. As long as there is a linked, published PR that is actively being worked on, others will see it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bounty:$20Bounty applies for fixing this issue (Parse Bounty Program)type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @mtrezza@Vishal4real

      Issue actions

        Add invocation event information to `verifyUserEmails` parameters · Issue #9505 · parse-community/parse-server