Closed
Description
Description
Based on Symfony Docs discussion. I want to open a discussion here to maybe move the UriSigner
class to the http-foundation
. Think the HttpKernel
is a little bit unexpected place for the Signer. Would have expected it to be part of the routing component or http foundation component. Atleast I would have searched there for its documentation.
I did stumble over the UrlHelper and would think the UriSigner could be side by side to it.
What do you think?
Example
-Symfony\Component\HttpKernel\UriSigner;
+Symfony\Component\HttpFoundation\UriSigner;
Reference: PR Introduction of UriSigner