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
There are cases where any user, so long as they have provided valid authentication, should be allowed to add, replace or remove documents of a particular type. Provide a document definition configuration option to enable this behaviour on a case-by-case basis for each document type.
Note: when set to true, this configuration option should override any authorization rules specified by the authorizedRoles and authorizedUsers constraints.
The text was updated successfully, but these errors were encountered:
In cases where any authenticated user should be allowed to add, replace or remove documents of a particular type, the document definition may now include the `allowUniversalWriteAccess` constraint.
OldSneerJaw
changed the title
Option to allow any authenticated user to write revisions for a specific document type
Option to allow any database member to write revisions for a specific document type
Mar 1, 2018
There are cases where any user, so long as they have provided valid authentication, should be allowed to add, replace or remove documents of a particular type. Provide a document definition configuration option to enable this behaviour on a case-by-case basis for each document type.
For example:
Note: when set to
true
, this configuration option should override any authorization rules specified by theauthorizedRoles
andauthorizedUsers
constraints.The text was updated successfully, but these errors were encountered: