parse-community / parse-php-sdk

The PHP SDK for Parse Platform
https://parseplatform.org/
Other
811 stars 346 forks source link

Adds ability to Request Verification Emails #369

Closed montymxb closed 6 years ago

montymxb commented 6 years ago

This adds the ability to request that a verification email be sent for a given email. This does not require the current user to be logged in, just needs the email arg to be that of an existing non-verified user.

codecov[bot] commented 6 years ago

Codecov Report

Merging #369 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #369      +/-   ##
==========================================
+ Coverage   98.93%   98.94%   +<.01%     
==========================================
  Files          36       36              
  Lines        3389     3398       +9     
==========================================
+ Hits         3353     3362       +9     
  Misses         36       36
Impacted Files Coverage Δ
src/Parse/ParseUser.php 98.51% <100%> (+0.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9f3dffe...19d76da. Read the comment docs.