We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ba7ce commit 48a021aCopy full SHA for 48a021a
1 file changed
content/docs/guides/pocket-id.mdx
@@ -77,10 +77,10 @@ Select users to include in the group:
77
Configure Tinyauth-protected apps to require OAuth groups by adding the `oauth.groups` label:
78
79
```yaml
80
-tinyauth.apps.myapp.oauth.groups: admin
+tinyauth.apps.myapp.oauth.groups: admins
81
```
82
83
-In this example, only Pocket ID users in the `admin` group can access the app. Users outside the group will be redirected to an unauthorized page.
+In this example, only Pocket ID users in the `admins` group can access the app. Users outside the group will be redirected to an unauthorized page.
84
85
<Callout type="warning">
86
By default, Tinyauth uses the subdomain name of the request to find a matching
0 commit comments