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
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
So you can allow meteor users to authorize access and modification of their specific data. Possible implementation is to limit access to data in collections by userId field in each collection. Part of it is to define different permission types, where each permission type is associated with a list of collections allowed and a list of actions allowed per collection.
The text was updated successfully, but these errors were encountered:
Is there maybe an update on this? Maybe outside of github ?
Almost a year ago and no update seems odd.
Update: seems rather quiet around here for such an essential package for meteor. @crazytoad I see some PRs. Would you welcome a collaborator ? Would be great to continue development on this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So you can allow meteor users to authorize access and modification of their specific data. Possible implementation is to limit access to data in collections by userId field in each collection. Part of it is to define different permission types, where each permission type is associated with a list of collections allowed and a list of actions allowed per collection.
The text was updated successfully, but these errors were encountered: