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

ParseUser.signUpInBackground, ParseUser.loginInBackground and ParseUser.logOut are not implemented #88

Open
lxknvlk opened this issue Jul 10, 2018 · 1 comment

Comments

@lxknvlk
Copy link

lxknvlk commented Jul 10, 2018

This is what there is:

public void signUpInBackground(SignUpCallback callback) {
}

public static void loginInBackground(String username, String password, LoginCallback callback) {
}

empty methods.

@lxknvlk lxknvlk changed the title signUpInBackground and loginInBackground are not implemented ParseUser.signUpInBackground, ParseUser.loginInBackground and ParseUser.logOut are not implemented Jul 10, 2018
@SeloSlav
Copy link

SeloSlav commented Jul 11, 2018

Yeah I encountered this while building an app, not realizing they were not implemented. You can't currently store sessions on a Java web app (like Springboot) using Parse (and I don't think the devs here have or will be working on it anytime soon). You may have to use the Javascript SDK instead of Java unless you build these methods yourself, unfortunately. I wouldn't know how at the moment, nor have the time.

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

No branches or pull requests

2 participants