inuter

Results 2 issues of inuter

## Q1:用户注册和注销功能的缺失 根据 readme 的介绍,logi-security 提供了**注册**和**注销**功能,如下图所示: ![screenshot-github com-2022 02 14-14_58_05](https://user-images.githubusercontent.com/26873751/153815116-49d43057-d2ff-4c6f-b48f-26062cee9965.png) 但在仔细阅读源码后,仅在 `AccountController` 类中发现了登录功能,**注册**和**注销**功能并未实现。 ## Q2:用户登录验证缺乏安全性 结合 `UserServiceImpl` 类的 `verifyLogin()` 方法和 `LogiSecurityInterceptor` 类的 `preHandle()` 方法,logi-security 的登录验证,貌似是仅通过 HTTP 请求是否存在 `X-SSO-USER` header 来判断用户是否登录的,但这样的验证毫无安全可言。...

Currently, "**Show as Hex**" and " **Show as Dec"** is supported, but when I debug a program that used bit operations or bitmap structrue, I prefer to show an integer...

enhancement
feature request
variables
ai-triaged