oauth-plugin icon indicating copy to clipboard operation
oauth-plugin copied to clipboard

Allow users to only apply the middleware to specific paths

Open adamnengland opened this issue 10 years ago • 0 comments

I have added an optional param to the middleware definition. The user can specify a regex to restrict the paths that the OAuthFilter will act upon. If no param is supplied, the OAuthFilter will operate on all URLs (the current functionality is the default).

adamnengland avatar Mar 18 '15 18:03 adamnengland