You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Som du sikkert har lest er RestTemplate i maintenance mode, og det er WebClient som er framtiden, både for blocking og non-blocking.
Den har en litt annen mekanisme for ClientHttpRequestInterceptor, nemlig ExchangeFilterFunction.
Så da bør vel både BearerTokenClientHttpRequestInterceptor og JwtTokenHandlerInterceptor få en reaktiv variant (i et eget repo, token-validation-spring-reactive ?)
Se https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html#webflux-client-filter
The text was updated successfully, but these errors were encountered:
ybelMekk
changed the title
Support Spring WebClient and possibly add reactive modules
feat: Support Spring WebClient and possibly add reactive modules
Sep 17, 2020
From @janolaveide:
The text was updated successfully, but these errors were encountered: