2 Star 1 Fork 0

makertimes / erlang_cas_client_core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

CAS Client Library for Erlang

This Erlang OTP application provides a webserver/framework-independent library for performing client side CAS authentication operations. All features of the published CAS protocols are supported, as well as SAML 1.1 and Single-Sign-Out.

In general, this library is meant to be used by another webserver/framework-specific library, and is not meant to be used directly.

An example webserver/framework specific library that uses this library can be found at https://github.com/PaulSD/erlang_cas_client_cowboy

Canonical source can be found at https://github.com/PaulSD/erlang_cas_client_core

Configuration

Configuration options should be set in the application environment, typically defined in your app.config file:

[
  {cas_client_core, [
    {option_name, option_value},
    ...
  ]}
].

Core configuration options are documented in cas_client_core_config

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

空文件

简介

This Erlang OTP application provides a webserver/framework-independent library for performing client side CAS authentication operations. All features of the published CAS protocols are supported, as well as SAML 1.1 and Single-Sign-Out. 展开 收起
Erlang
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Erlang
1
https://gitee.com/makertimes/erlang_cas_client_core.git
git@gitee.com:makertimes/erlang_cas_client_core.git
makertimes
erlang_cas_client_core
erlang_cas_client_core
master

搜索帮助