Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/security-cas-spring-boot-starter
Spring Security 整合 Cas 登录
https://github.com/hiwepy/security-cas-spring-boot-starter
cas security spring-boot
Last synced: 6 days ago
JSON representation
Spring Security 整合 Cas 登录
- Host: GitHub
- URL: https://github.com/hiwepy/security-cas-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2018-03-07T03:06:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T05:44:03.000Z (about 2 months ago)
- Last Synced: 2024-10-27T06:42:21.928Z (about 2 months ago)
- Topics: cas, security, spring-boot
- Language: Java
- Homepage:
- Size: 260 KB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# security-cas-spring-boot-starter
security starter for spring boot### 说明
> 基于 Security 的 Spring Boot Starter 实现
1. 默认的Handler实现
2. 实现基于责任链式的消息分发### Maven
``` xml
${project.groupId}
security-cas-spring-boot-starter
${project.version}```
### Sample
[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-security-biz](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-security-biz "spring-boot-sample-security-biz")