Problem/Motivation
It will be very interresting to use a path like /user/* and the "*" to restrict a list of routes.
Proposed resolution
Accept a path in the form field "route name".
Exemple of path :
- /
- /*
- /user/*
- /user/login
Or maybe use regex to select possible path.
Comments
Comment #3
olivierg commentedFor now we can use path like /user/% for urls with parameters like /user/1 and a complete path like /user/login.
Comment #5
olivierg commentedComment #6
olivierg commented