我使用此示例https://dzone.com/articles/spring-boot-security-json-web-tokenjwt-hello-world 使用 json Web 令牌(JWT)创建 Spring Boot Rest api。但我没有找到任何使用 io.jsonwebtoken maven dependency 强制注销的 api。
我在 pom 中使用这个依赖项:
groupId io.jsonwebtoken 工件 ID jjwt 版本0.9.1
任何人都可以告诉我有关此依赖性的信息,是否提供任何注销或撤销令牌 api。如果没有,请提供使用此过程强制注销的任何解决方案。