PHP OAuth2 Server 客户端凭证授权 3Vshej, 2023年12月27日 周三 客户端凭证 此授权适用于机器对机器身份验证,例如用于通过 API 执行维护任务的 cron 作业。另… Continue Reading
PHP OAuth2 Server 隐性授权 3Vshej, 2023年12月27日 周三 隐性授权 不再推荐使用隐性授权。该授权方式仅出于遗留目的而记录在此处。行业最佳实践建议使用授权码,对… Continue Reading
PHP OAuth2 Server 授权码授权 3Vshej, 2023年12月27日 周三 授权码 如果您曾经使用 Facebook 或 Google 帐户登录过 Web 应用程序,则授权码应… Continue Reading
PHP OAuth2 Server 3Vshej, 2023年12月27日 周三2023年12月27日 周三 league/oauth2-server 是用 PHP 编写的 OAuth 2.0 授权服务器的标准… Continue Reading
PHP OAuth2 3Vshej, 2023年12月26日 周二2023年12月27日 周三 OAuth 不是一个 API 或者服务,而是一个验证授权(Authorization)的开放标准,所… Continue Reading