Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement LeanUser for user management #6

Merged
merged 13 commits into from
Oct 19, 2015
Merged

Conversation

juvenn
Copy link
Member

@juvenn juvenn commented Oct 15, 2015

  • REST Client now requires explicitly passing session token
  • Implemented session based storage for persisting session data
  • Implemented cookie based storage for persisting session data
  • Implemented LeanUser user management:
    • account verify and password reset by email
    • account verify and password reset by mobile phone
    • link and unlink with 3rd-party auth data
  • Attach session storage to LeanClient for persisting current user session token

* @param array $headers Optional headers
* @param bool $useMasterkey Use master key or not, optional
* @return array json decoded associative array
* @throws ErrorException, LeanException
*/
public static function request($method, $path, $data,
$sessionToken=null,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REST 方法新增参数,要求显示传入 sessionToken

In many user test cases we tried to signup users with same username, which
failed on Travis, as Travis run tests for many PHP versions in parallel. It
results username collisions, and failed tests.

Using one shared user for many test cases, we try to reduce username
collisions.
juvenn added a commit that referenced this pull request Oct 19, 2015
Implement LeanUser for user management
@juvenn juvenn merged commit 9a02ede into leancloud:master Oct 19, 2015
@fdddf fdddf mentioned this pull request May 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant