roses/kernel-d-auth
fengshuonan 2bc5e18fe8 【auth】【system】增加角色关联button功能,增加校验当前用户有无button的权限方法 2021-01-09 11:53:58 +08:00
..
auth-api 【auth】【system】增加角色关联button功能,增加校验当前用户有无button的权限方法 2021-01-09 11:53:58 +08:00
auth-sdk 【auth】【system】增加角色关联button功能,增加校验当前用户有无button的权限方法 2021-01-09 11:53:58 +08:00
auth-spring-boot-starter 【auth】auth默认集成jwt,并设置jwt时间和记住我功能的时间 2021-01-02 19:07:54 +08:00
README.md 初始化项目 2020-12-11 18:18:48 +08:00
pom.xml 初始化项目 2020-12-11 18:18:48 +08:00

README.md

权限模块

系统需要认证的情况下使用

auth包含认证和鉴权

认证和鉴权的区别:

认证校验你能否登录系统认证的过程是校验token的过程

鉴权校验你有系统的哪些权限,鉴权的过程是校验角色是否包含某些接口的权限