Since the token carried by the gateway is obtained from the request header Beaer, and the token obtained from springsecurity is also jwt, how can I modify springsecurity to obtain the token from the request header, for example, I want to obtain the token from Local_Beaer and parse the verification?