問題タブ [apple-sign-in]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
61 参照

ios - Firebase Auth による Apple サインインでユーザーの信頼性に関するデータを取得するにはどうすればよいですか?

Sign In With Apple は、ユーザーが本物であるかどうかにかかわらず、少しのデータを提供します [ doc ]。

これは、Apple によって iOS クライアントに渡さrealUserIndicatorれる の一部となり、認証プロセスを完了するために Firebase Auth に渡されて検証されます。identityToken

しかし、Firebase は realUserIndicator について何も提供していません。

この方法で realUserIndicator を検証するには、カスタム認証システムを構築し、Firebase の Sign in with Apple の実装を完全に無視する必要があります。