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: authorization/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Make sure any restricted endpoints are actually locked down appropriately by add
18
18
19
19
#### Filter socket events
20
20
21
-
[Filter socket events](http://docs.feathersjs.com/real-time/filtering.html) so only authenticated and authorized users get can receive restricted ones.
21
+
[Filter socket events](http://docs.feathersjs.com/real-time/filtering.html) so only authenticated and authorized users can receive restricted ones.
22
22
23
23
To make this easy we've created [a bunch of hooks](./bundled-hooks.md) to help you out. Their interfaces are documented so if you are unsure how to use hooks check out the [Hooks chapter](../hooks/usage.md). Below is an example of how you can create your own.
0 commit comments