spring-cloud-openfeign icon indicating copy to clipboard operation
spring-cloud-openfeign copied to clipboard

New Feature

Open harishwar-babu opened this issue 1 year ago • 1 comments
trafficstars

Added new Feature JWT-Access-Token-Interceptor

In the previous versions. developers need to manually implement the requestInterceptor. to pass the token between services. By including this feature. Developer just need to create a bean, for this class and there by the implementation is done by default.

harishwar-babu avatar Apr 09 '24 15:04 harishwar-babu

Hello @harishwar-babu. Thanks for creating the PR. Each HTTP request will have a corresponding HttpServletRequest , so this is not somehting that should be injected into the interceptor as a field.

OlgaMaciaszek avatar Apr 10 '24 17:04 OlgaMaciaszek

Closing as not planned.

OlgaMaciaszek avatar Sep 27 '24 15:09 OlgaMaciaszek