【发布时间】:2018-02-19 09:06:07
【问题描述】:
我在 Spring Boot 中使用 jwt 令牌开发了一个 oauth2 服务器,我在注销时遇到了困难。我已经关注了这个链接 http://www.baeldung.com/spring-security-oauth-revoke-tokens
注销后,如果在标头中提供令牌并点击 /user,它会提供所有用户信息,而不是它应该抛出错误,说明用户已注销
【问题讨论】:
-
在this 帖子上查看我的回答。
标签: spring-boot oauth-2.0 spring-security-oauth2