Skip to content

Commit 3a8befb

Browse files
committed
Document responseEntityField for auth plugin
1 parent e4d54a0 commit 3a8befb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/auth-plugin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The Auth module helps setup your app for login / logout. It includes the follow
1111

1212
// entityIdField is only in v1.7.0-pre.41 or later
1313
entityIdField: 'userId', // The property in the payload storing the user id
14+
responseEntityField: 'user', // The property in the payload storing the user
1415

1516
isAuthenticatePending: false,
1617
isLogoutPending: false,

0 commit comments

Comments
 (0)