Skip to content

Experiencing a Login Issue #59

Answered by cbaker6
proj-sashido asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Project-Academy, I discuss using older servers here: #29 (comment)

Is there a minimum ParseServer Version that is compatible with ParseSwift?

Yes, see here: https://community.parseplatform.org/t/parse-swift-minimum-parse-server-version/2419/4?u=cbaker6

Could it have something to do with the fact that PFUser.logInWithUsername(inBackground:password:) is a .GET based method, but User.login(username:password:) is a .POST request?

See issues with GET: parse-community/Parse-SDK-JS#1283 (comment)

I recommend using a service that allows you to take advantage of the latest servers (Which is currently on Parse Server 6) or self host. I have a self hosting example using Heroku here: https://…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@proj-sashido
Comment options

Answer selected by proj-sashido
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants