JeeSite 验证数据唯一 3Vshej, 2023年12月29日 周五2023年12月29日 周五 在日常开发中,最常用的是数据唯一验证;如客户名称不能重复。因为,自己水平有限,在 JeeSite 中… Continue Reading
PHP OAuth Server 用户存储库接口文档 3Vshej, 2023年12月27日 周三2023年12月27日 周三 getUserEntityByUserCredentials() : UserEntityInter… Continue Reading
PHP OAuth Server 身份验证代码存储库接口文档 3Vshej, 2023年12月27日 周三 getNewAuthCode() : AuthCodeEntityInterface 此方法应返回 … Continue Reading
PHP OAuth Server 范围存储库接口文档 3Vshej, 2023年12月27日 周三2023年12月27日 周三 getScopeEntityByIdentifier() : ScopeEntityInterfac… Continue Reading
PHP OAuth Server 刷新令牌存储库接口文档 3Vshej, 2023年12月27日 周三 getNewRefreshToken() : RefreshTokenEntityInterface… Continue Reading
PHP OAuth Server 客户端存储库接口文档 3Vshej, 2023年12月27日 周三 getClientEntity() : ClientEntityInterface 此方法应返回 的… Continue Reading
PHP OAuth Server 访问令牌存储库接口文档 3Vshej, 2023年12月27日 周三 getNewToken() : AccessTokenEntityInterface 此方法应返回 … Continue Reading
PHP OAuth2 Server 授权服务器事件 3Vshej, 2023年12月27日 周三2023年12月27日 周三 在通过授权服务器的请求的生命周期中,可能会发出许多事件。 您可以通过将侦听器附加到授权服务器来订阅这… Continue Reading
PHP OAuth2 Server 刷新授权 3Vshej, 2023年12月27日 周三 访问令牌最终会过期;但是,某些授权使用刷新令牌进行响应,使客户端能够刷新访问令牌。 Continue Reading