lichv/passport

Lichv Passport 为 Laravel 提供OAuth2服务器支持。

v0.1.0 2019-01-04 08:34 UTC

This package is not auto-updated.

Last update: 2024-09-19 09:22:32 UTC


README

扩展了laravel/passport的功能:

1. 对不同客户端可以设置静默授权,不必用户前台确认

2. 对不同客户端可设置不同的access_token和refresh_token的失效时间

3. 客户端保留id,添加key随机字符串,用于外部客户端标识

4. 模拟单点登陆,使用重定向授权时,认证服务端退出,可使相应的授权token同步失效