Download the PHP package zhoufanqq/sso-client without Composer
On this page you can find all versions of the php package zhoufanqq/sso-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zhoufanqq/sso-client
More information about zhoufanqq/sso-client
Files in zhoufanqq/sso-client
Download zhoufanqq/sso-client
More information about zhoufanqq/sso-client
Files in zhoufanqq/sso-client
Vendor zhoufanqq
Package sso-client
Short Description 单点登录客户端(laravel版)
License MIT
Homepage https://github.com/zhoufanqq/ssoClient
Package sso-client
Short Description 单点登录客户端(laravel版)
License MIT
Homepage https://github.com/zhoufanqq/ssoClient
Please rate this library. Is it a good library?
Informations about the package sso-client
适用于 Laravel 5 的 sso单点登录客户端。
Getting Started
安装
Via Composer
添加 Provider 到 config/app.php
配置项中。
如果你想更直接的使用 FIS Facades 的话,请添加 aliases。同样是 config/app.php
配置项中。
重要事项
暂时使用redis保存信息,使用名为Redisp 默认sso异步通知URI为:
使用
-添加拦截中间件
函数
isLogin()
判断用户是否登录,返回true or false
check(Request $request)
sso中心授权成功后,sso客户端根据返回的ticket判断用户是否登录。返回true or false
getUserInfo()
返回用户信息
Change Log
2015/07/13 发布 1.0 版本
All versions of sso-client with dependencies
PHP Build Version
Package Version
The package zhoufanqq/sso-client contains the following files
Loading the files please wait ....