-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Description
Hi, I see that the feature #19452 was deprecated.
So, What do you think in favor of create a SecurityTokenValueArgument?
The use case for this is:
public function anyAction(Request $request, TokenInterface $token) {
$user = $token->getUser();
}
This is useful when the controller does not extends the default base Controller class.
Sorry for my bad english :(
Metadata
Metadata
Assignees
Labels
No labels