Skip to content

Commit c802af3

Browse files
committed
Minor reword
1 parent 22e694c commit c802af3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security/access_token.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ This handler must implement
9797
}
9898

9999
// and return a UserBadge object containing the user identifier from the found token
100-
// the user identifier being an email, a username and not necessarily an Id
100+
// (this is the same identifier used in Security configuration; it can be an email,
101+
// a UUUID, a username, a database ID, etc.)
101102
return new UserBadge($accessToken->getUserId());
102103
}
103104
}

0 commit comments

Comments
 (0)