Fork me on GitHub
摘要: SpringSecurity 认证(Authentication) pom.xml 在pom.xml中引入springboot及springsecurity <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring 阅读全文
posted @ 2025-09-01 21:26 秋夜雨巷 阅读(7) 评论(0) 推荐(0)
摘要: 认证、授权、鉴权与权限控制 在后端开发中存在 认证(Authentication)、授权(Authorization)、鉴权(Access Control)和 权限控制(Permission Control)。 1. 认证(Authentication) 我是谁? 系统需要确认“你是不是你”。 1. 阅读全文
posted @ 2025-09-01 11:22 秋夜雨巷 阅读(58) 评论(0) 推荐(0)