parse-community / parse-php-sdk

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

Enable login over POST #430

Closed dplewis closed 5 years ago

dplewis commented 5 years ago

https://github.com/parse-community/parse-server/pull/4268

Milestone: https://github.com/parse-community/parse-php-sdk/projects/2

Feature was added in Parse Server 2.6.4

codecov[bot] commented 5 years ago

Codecov Report

Merging #430 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #430   +/-   ##
=======================================
  Coverage   98.92%   98.92%           
=======================================
  Files          38       38           
  Lines        3160     3160           
=======================================
  Hits         3126     3126           
  Misses         34       34
Impacted Files Coverage Δ
src/Parse/ParseUser.php 98.36% <100%> (ø) :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 855ab39...f02dd7a. Read the comment docs.

acinader commented 5 years ago

@dplewis way above my pay grade ;)