I'm trying the following:
I have a Spring Boot Application with spring security and jwt setup, on response from login I now want to set the Bearer jwt token directly into the clients headers, how can I do this?
I'm trying the following:
I have a Spring Boot Application with spring security and jwt setup, on response from login I now want to set the Bearer jwt token directly into the clients headers, how can I do this?