-
-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Description
Hi,
when login with an third party auh service for the first time, I would like to set email without triggering email verification.
Indeed, email
should already be verified by upstream third auth service
We could modify the loginWith
method :
ParseUser.loginWith(String provider, AuthData authData, {String email});
That way, email
is set during the POST /parse/users
, and email verification is not triggered.
Any thoughts about that ?
Metadata
Metadata
Assignees
Labels
No labels