-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed as not planned
Labels
DXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)SecurityStalledStatus: Needs Decision
Description
Description
When typing TokenStorage
in your IDE and being autocompleted, what you're looking for is the TokenStorageInterface
from security-core, not the one from security-csrf. Yet the csrf one is proposed first which has always been annoying. I propose to prefix that interface by Csrf
for the sake of better DX.
Example
Before:

After, one gets the Core TokenStorageInterface proposed first.
mattimatti, linaori, guillaumeVDP, dsentker, Hatachy and 3 more
Metadata
Metadata
Assignees
Labels
DXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)SecurityStalledStatus: Needs Decision