-
-
Notifications
You must be signed in to change notification settings - Fork 597
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
Parse.User.loginAs
method not available
#2255
Comments
Thanks for opening this issue!
|
What do you mean by "not available"? |
hey @mtrezza , see this image when i try to import it is not available |
This seems to be just the IDE auto-complete, but does the method work? Also, which Parse JS SDK version is your IDE using here? Related: #2012 |
@mtrezza how do I check Parse js sdk version in my IDE |
Parse.User.loginAs
method not working Parse.User.loginAs
method not available
hey @mtrezza , I am using VS-code Thank you |
@dplewis did a lot of the typescript conversion in this repo, maybe he could take a look... |
@rjcodedev You can submit a PR to @types/parse to add this missing method. |
Explained in #2012 (comment) |
Closing as duplicate of #2012. |
New Issue Checklist
Issue Description
"I tried to log in a user directly using the
Parse.User.loginAs
method in the Parse JS SDK, but it is not available. However, this feature was merged from version 4.2.0 as shown in this issue: Parse JS SDK Issue #1875."Actual Outcome
Not able to import from Parse JS SDK
Expected Outcome
It must be available in the Parse JS SDK version 5.3.0, and users can log in with the master key using this method.
Server
7.1.0
windows
local
Database
mongodb
local
Client
5.3.0
The text was updated successfully, but these errors were encountered: