parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

Add 'include' and 'excludeKey' to user endpoints

Open JTPenn-EG opened this issue 3 years ago • 2 comments
trafficstars

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 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

-

JTPenn-EG avatar Jul 04 '22 17:07 JTPenn-EG

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

Related: https://github.com/parse-community/parse-server/issues/288 https://github.com/parse-community/parse-server/pull/4845

dblythy avatar Jul 04 '22 18:07 dblythy