0

电子邮件地址附加了 Facebook OAuth 服务的 DF 服务名称。这是 facebook/google OAuth 之后服务回调的输出。

{
“session_token”: “xxxxx”,
“session_id”: “xxxxx”,
“id”: 121,
“name”: “Sree Iasdf”,
“first_name”: “Sree”,
“last_name”: “Iasdf”,
“email”: "isree+SPTPFacebookOAuth@hotmail.com",
“is_sys_admin”: null,
“last_login_date”: “2019-02-28 07:18:21”,
“host”: “abcdef”,
“oauth_token”: “abcdef”
}

谢谢, 斯里

4

1 回答 1

0

嗨,DFTeam,

请保持文档更准确 - https://github.com/dreamfactorysoftware/df-oauth/blob/master/src/Services/BaseOAuthService.php#L202

DF OAuth 服务从不返回用户的实际电子邮件地址。它总是会返回 ShadowOAuthUser 例如$emailId . '+' . $serviceName . '@' . $domain;

谢谢你的好工具。

谢谢,

斯里

于 2019-03-12T05:33:08.640 回答