Kartal Kaan Bozdoğan
Kartal Kaan Bozdoğan
> @mstniy Can you add this fix to the ChangeLog? Done
Blocked on parse-community/Parse-SDK-JS#1364
The advantage of building this into Parse Server is twofold: 1) Our API consumers just interact with Parse, as opposed to a custom endpoint. They benefit from the SDKs, documentation...
Done @mtrezza No idea about the repo owner permission. Didn't change anything myself.
> Are the roles already fetched somewhere from the cache during the auth process? If so, we may be able to use them and set them on the `req` obj...
> How about just renaming it to getUserRoles() and leave it on the root of the req object? Done
> getUserRoles() would only return role A, not role A and role B, correct? It is recursive, as the Parse cache is, so it would return both. I added this...