I want to authorize only one URL in my application for eg: /hello using JWT token. I want to allow rest all methods to go through without any authentication. Can someone ple