Hi,
Is there a way I can set whether a particular route handler calls before().
I am looking to implement authenticated/unauthenticated routes and would like to execute before() only if the route requires authentication. Any suggestions in doing something like this would be great.
Thanks.