This repository was archived by the owner on May 31, 2022. It is now read-only.

Description
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?