:23.716 INFO --- [nio-8080-exec-1] o.s.s.core.SpringSecurityCoreVersion : You are running with Spring= '/auth/logout'
grails.plugin.springsecurity.rest.token.stora
我知道通过内存身份验证,我们可以保护Spring boot restAPI(它使用默认身份验证创建随机JWT令牌)。我的要求是我已经通过oracle rest服务创建了JWT令牌,使用这个令牌我需要保护我的spring boot restapi。我如何才能做到这一点?有什么需要帮忙的吗?类似于下面的问题,Secure RESTApi with Spring boot and
令牌的情况下执行我的其他REST请求。这似乎不安全,我希望每个REST请求都需要传递一个JWT?我的春季SecurityConfig供参考: * Configures our application with SpringSecurity to restrict access to ourAPI endpoints.@EnableWebSecurity
public class SecurityConfig extends WebSec