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
|The set of subfeatures that enables finer access control than the `all` and `read` feature privileges. These options are only available in the Gold subscription level and higher.
56
+
52
57
|`icon`
53
58
|`string`
54
59
|"discoverApp"
@@ -192,3 +197,78 @@ server.route({
192
197
}
193
198
});
194
199
-----------
200
+
201
+
[[example-3-discover]]
202
+
==== Example 3: Discover
203
+
204
+
Discover takes advantage of subfeature privileges to allow fine-grained access control. In this example,
205
+
a single "Create Short URLs" subfeature privilege is defined, which allows users to grant access to this feature without having to grant the `all` privilege to Discover. In other words, you can grant `read` access to Discover, and also grant the ability to create short URLs.
0 commit comments