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
Copy file name to clipboardexpand all lines: docs/3.0/authorization.md
+12-5
Original file line number
Diff line number
Diff line change
@@ -470,14 +470,21 @@ Now, you'll have to provide a policy for each resource you have in your app, thu
470
470
<VersionReqversion="3.11.7" />
471
471
[Developers](authentication.html#_2-developer-user) have the ability to monitor any unauthorized actions. When a [developer user](authentication.html#_2-developer-user) makes a request that triggers an unauthorized action, a log entry similar to the following will be generated:
472
472
473
-
In development each log entry provides details about the policy class, the action attempted, the user who made the request, and the record involved:
473
+
In development each log entry provides details about the policy class, the action attempted, the global id of the user who made the request, and the global id of the record involved:
474
474
```bash
475
-
web | [Avo->] Unauthorized action 'act_on?'for'UserPolicy'
0 commit comments