-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
enhancementPRs that improve existing functionalitiesPRs that improve existing functionalities
Description
Need to add Reverse Routing ability to the router library for a couple of reasons:
- Allows a simpler way to add links in views that protects against the route changing.
- Will allow us to restrict the
redirect()method to only routes that exist on the site (assuming that the app is requiring all routes to exist in the routes file. This helps to address the OWASP's Unvalidated Redirects and Forwards attack.
Metadata
Metadata
Assignees
Labels
enhancementPRs that improve existing functionalitiesPRs that improve existing functionalities