We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae26ea commit 84e722fCopy full SHA for 84e722f
docs/auth-plugin.md
@@ -53,7 +53,7 @@ If you provided a `userService` and have correctly configured your `entityIdFiel
53
54
## Example
55
56
-Here's a short example that implements the `authenticate` and `logout` actions:
+Here's a short example that implements the `authenticate` and `logout` actions.
57
58
```js
59
export default {
@@ -76,4 +76,6 @@ export default {
76
}
77
// ...
78
79
-```
+```
80
+
81
+Note that if you customize the auth plugin's `namespace` then the `auth/` prefix in the above example would change to the provided namespace.
0 commit comments