Skip to content

BaiMeow/NekoCAS

 
 

Repository files navigation

NekoCAS

中央认证服务 / Central Authentication Service

搭建开发环境

NekoCAS 需要以下依赖:

  • Git (v1.8.3 or higher)
  • Go (v1.14 or higher)

获取代码

git clone --depth 1 https://github.com/NekoWheel/NekoCAS

安装项目依赖

go mod tidy

项目说明

NekoCAS 为 NekoWheel 的中央认证服务,注意其只实现了 CAS Protocol 中的如下接口:

  • /login v1
  • /logout v1
  • /validate v1
  • /serviceValidate v2

About

中央认证服务 / Central Authentication Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.4%
  • Dockerfile 0.6%