Simple Cas Server - 简单PHP实现版本


MIT
跨平台
PHP

软件简介

CAS
Server的一个简单PHP实现版本,支持v1/v2/v3三个版本的CAS协议,但是不支持代理(Proxy)相关的接口。

有一个简单管理后台,可以管理用户(User)和服务(Service)。

特征

v1/v2/v3,无需代理

  • 用户/服务管理

要求

安装

  1. git clone https://github.com/leo108/simple_cas_server

  2. cd simple_cas_server

  3. composer install

  4. npm install

  5. gulp