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
Add an option (per request) to force anonymous requests, i.e. to not sign them using any available token. Could be something like:
// Options to resource()Z.resource('users',{forceAnonymous: true}).post(myData);// Or, method similar to meta()Z.resource('users').forceAnonymous().post(myData);
The text was updated successfully, but these errors were encountered:
Add an option (per request) to force anonymous requests, i.e. to not sign them using any available token. Could be something like:
The text was updated successfully, but these errors were encountered: