Skip to content

Commit 84e722f

Browse files
committed
Add note about customizing the auth-plugin namespace
1 parent aae26ea commit 84e722f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/auth-plugin.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you provided a `userService` and have correctly configured your `entityIdFiel
5353
5454
## Example
5555

56-
Here's a short example that implements the `authenticate` and `logout` actions:
56+
Here's a short example that implements the `authenticate` and `logout` actions.
5757

5858
```js
5959
export default {
@@ -76,4 +76,6 @@ export default {
7676
}
7777
// ...
7878
}
79-
```
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

Comments
 (0)