-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Selecting authData doesn't work #5365
Comments
are you using the masterkey? Lines 854 to 856 in 46ac7e7
|
yes I am |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Someone should probably look at this easily reproducible bug and try it on the latest version before the stalebot will close it 😉 |
Have you tried with Javascript SDK?
|
I'm not sure, it's been two months since I was dealing with this issue. Just wanted to notify you about this issue before it gets closed because it's clearly a bug. Unfortunately, I don't currently have time to investigate deeper, hopefully, someone will 🤔 |
I’ve been using authData a lot recently and this should work. I’ll look into REST API. |
@rihadavid The answer you want is here. https://github.com/parse-community/parse-server/pull/2081/files#r67542317 |
@dplewis I am sorry, what do you mean? An answer to what? 🤔 Were you able to try to reproduce the issue by the steps I provided, in the API console? |
The issue may be because the field See a similar issue where Parse Server does not interpret a reference as expected in this forum thread. Fixing this is probably pretty simple. |
Issue Description
When querying _User and selecting
authData
, it's not contained in the response. The workaround is to select_auth_data_facebook
instead. ButauthData
should also work.Steps to reproduce
Try in the API console, for example
where={"username":"youruser"}&keys=authData
vswhere={"username":"youruser"}&keys=_auth_data_facebook
Server
Database
The text was updated successfully, but these errors were encountered: