Expanding signed route generation capabilities #51668
Unanswered
irealworlds
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be useful to expand signed uri generation to expose a way for working with actions, not only for named routes.
Currently, I find myself having to implement my own service for this behaviour (or use named routes anyway only for specific routes that need signatures)
Moreover, another thing that could be explored is splitting the
UrlGenerator
interface into an offshootSignedUrlGenerator
to keep the contract from growing too big (not really essential to the main proposal, but an idea to consider)Beta Was this translation helpful? Give feedback.
All reactions