I am using User Restricted Resource Access to isolate documents between users.
Is it possible to retrieve the AUTH_FIELD
value set during request authentication? I need to filter out only the documents for the current user when doing Pymongo queries in an Event Hook, the same way Eve does.