Open
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.