Deniz Gürer
Deniz Gürer
layout field added and encode method modified by using the layout while adding the messages to the log file.
If there is an error in incoming requests, I am logging this request and some requests may contain sensitive information, such as password. There is LayoutWrappingEncoder encoder on logback and...
hello, i implement this blog (https://spring.io/blog/2019/08/16/securing-services-with-spring-cloud-gateway) and codes(https://github.com/benwilcock/spring-cloud-gateway-demo/tree/master/security-gateway). the jwt is stored as a session in gateway. gateway sends session to browser instead of jwt directly. flow is like that;...