TaleLin / lin-cms-spring-boot

🔨 基于SpringBoot的CMS/DMS/管理系统开发框架

Home Page:http://doc.cms.talelin.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

认证 (authentication) 和授权 (authorization)两个含义弄反了

fuhaodev opened this issue · comments

描述 bug

两个异常和两个Code码含义写反了
AuthorizationException和AuthenticationException
UN_AUTHORIZATION(10000, "Authorization Failed", "认证失败"),
UN_AUTHENTICATION(10010, "Authentication Failed", "授权失败"),
认证实现类
AuthorizeVerifyResolverImpl和AuthorizeVerifyResolver应该是AuthenticateVerifyResolverImpl和AuthenticateVerifyResolver

感谢反馈,代码涉及核心库部分改动,我们将在下一小版本修复。