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 e4d54a0 commit 3a8befbCopy full SHA for 3a8befb
docs/auth-plugin.md
@@ -11,6 +11,7 @@ The Auth module helps setup your app for login / logout. It includes the follow
11
12
// entityIdField is only in v1.7.0-pre.41 or later
13
entityIdField: 'userId', // The property in the payload storing the user id
14
+ responseEntityField: 'user', // The property in the payload storing the user
15
16
isAuthenticatePending: false,
17
isLogoutPending: false,
0 commit comments