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
When a user invites someone else via email, upon new user signup i have an 'accepted' friend request created and then the two users are added to each others tribe.
How can I prevent just anyone from invoking mutations like this through devTools or whatever?
I didnt' seem to need any special credentials to run this code in the first place.
Is all React code turned into normal JS that is editable by the user in devTools?
What's to stop any user from running this code with which ever user Ids they choose?
The text was updated successfully, but these errors were encountered:
Right now there isn’t anything. You should however be able to go to the GraphCool console and start adding granular permissions about who can make which mutations.
When a user invites someone else via email, upon new user signup i have an 'accepted' friend request created and then the two users are added to each others tribe.
How can I prevent just anyone from invoking mutations like this through devTools or whatever?
I didnt' seem to need any special credentials to run this code in the first place.
Is all React code turned into normal JS that is editable by the user in devTools?
What's to stop any user from running this code with which ever user Ids they choose?
The text was updated successfully, but these errors were encountered: