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
For some cloud code (namely triggers), Parse internally knows the set of roles the user has access to, but does not provide this information to cloud code. We are in a situation where cloud code needs explicit access to the set of roles the user has, but we want to avoid having to do separate calls inside the cloud code.
Feature / Enhancement Description
Expose a field to cloud code that lets them get the set of roles the user has.
Example Use Case
Triggers which need to access the set of roles the user has can get this information without having to do separate calls to Parse.
Alternatives / Workarounds
Do new Parse calls inside the cloud code.
3rd Party References
None
The text was updated successfully, but these errors were encountered:
New Feature / Enhancement Checklist
Current Limitation
For some cloud code (namely triggers), Parse internally knows the set of roles the user has access to, but does not provide this information to cloud code. We are in a situation where cloud code needs explicit access to the set of roles the user has, but we want to avoid having to do separate calls inside the cloud code.
Feature / Enhancement Description
Expose a field to cloud code that lets them get the set of roles the user has.
Example Use Case
Triggers which need to access the set of roles the user has can get this information without having to do separate calls to Parse.
Alternatives / Workarounds
Do new Parse calls inside the cloud code.
3rd Party References
None
The text was updated successfully, but these errors were encountered: