psecio / invoke

Invoke: Route Authentication/Authorization Management
36 stars 3 forks source link

Support regular expressions in parameter matching #3

Open enygma opened 9 years ago

enygma commented 9 years ago

Right now the parameter matches are exact. It should support regular expressions in the future. This would need to be a change in the route/HasParameters match type to evaluate more than just an exact match.