roses/kernel-d-auth/README.md

11 lines
297 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 权限模块
## 系统需要认证的情况下使用
## auth包含认证和鉴权
认证和鉴权的区别:
认证校验你能否登录系统认证的过程是校验token的过程
鉴权校验你有系统的哪些权限,鉴权的过程是校验角色是否包含某些接口的权限