使用客户端库授予 OAuth 授权代码?
OAuth authorization code grant using client libraries?
我无法在 fusionauth 客户端库中找到对 oauth2 登录授权授权代码授权的支持。
我有点困惑,因为这是 https://fusionauth.io/articles/logins/types-of-logins-authentication-workflows
推荐的登录方法
是否正确,例如在 PHP 或 node.js 客户端库中,这没有实现,或者我只是没有找到它?
感谢@mugeez 的澄清。
我已承诺将方法 exchangeOAuthCodeForAccessToken
添加到 PHP 客户端库以帮助您解决此问题。如果您可以测试它,那就太好了,请告诉我它是否适合您。
https://github.com/FusionAuth/fusionauth-php-client/commit/fee9a29088f636e1c044cfbf18352e152588ad9d
https://packagist.org/packages/fusionauth/fusionauth-client#dev-master
我无法在 fusionauth 客户端库中找到对 oauth2 登录授权授权代码授权的支持。
我有点困惑,因为这是 https://fusionauth.io/articles/logins/types-of-logins-authentication-workflows
推荐的登录方法是否正确,例如在 PHP 或 node.js 客户端库中,这没有实现,或者我只是没有找到它?
感谢@mugeez 的澄清。
我已承诺将方法 exchangeOAuthCodeForAccessToken
添加到 PHP 客户端库以帮助您解决此问题。如果您可以测试它,那就太好了,请告诉我它是否适合您。
https://github.com/FusionAuth/fusionauth-php-client/commit/fee9a29088f636e1c044cfbf18352e152588ad9d https://packagist.org/packages/fusionauth/fusionauth-client#dev-master