This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Description
when using auth_logic (for example) when a logged user makes ANY request to the server, this updates the user model, which causes data to be pushed to the client
which causes the client to update its scopes
which is another request
and so on...
so the solution should be don't sync those attributes to the client
so hyper-mesh filters out those attributes, but the problem is even if you have an empty set of attributes, the update is still being sent, causing the scope resync...