feat: 完善注销功能逻辑,通过黑名单的方式实现注销场景JWT失效控制

This commit is contained in:
haoxr
2023-03-25 14:25:29 +08:00
parent c19b27f1d9
commit c590fd7607
18 changed files with 160 additions and 101 deletions

View File

@@ -22,7 +22,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
@Tag(name = "07.字典接口")
@Tag(name = "06.字典接口")
@RestController
@RequestMapping("/api/v1/dict")
@RequiredArgsConstructor