You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some user endpoints like login/signup and retrieving current user ("users/me") do not support basic query parameters such as 'include' and 'excludeKey'.
For example https://parseserver.com/parse/users/me?include=className would return the same response exactly as https://parseserver.com/parse/users/me
I believe this behavior also happens in the login/signup endpoints.
Feature / Enhancement Description
Add support for these keys in these endpoints.
Example Use Case
You may have a user that has a pointer to some class and you want to retrieve that pointer's field data along with the user..
Alternatives / Workarounds
There are none
3rd Party References
-
The text was updated successfully, but these errors were encountered:
New Feature / Enhancement Checklist
Current Limitation
Some user endpoints like login/signup and retrieving current user ("users/me") do not support basic query parameters such as 'include' and 'excludeKey'.
For example
https://parseserver.com/parse/users/me?include=className
would return the same response exactly ashttps://parseserver.com/parse/users/me
I believe this behavior also happens in the login/signup endpoints.
Feature / Enhancement Description
Add support for these keys in these endpoints.
Example Use Case
You may have a user that has a pointer to some class and you want to retrieve that pointer's field data along with the user..
Alternatives / Workarounds
There are none
3rd Party References
-
The text was updated successfully, but these errors were encountered: