Is there a way of getting the user info such as Email when using Social Logins with AppKit? #3007
Replies: 5 comments 7 replies
-
+1 I would also like to know this, UX is funky when I have to ask for email again |
Beta Was this translation helpful? Give feedback.
-
Any solution? |
Beta Was this translation helpful? Give feedback.
-
@GabrielaAlbu @jcr7467 @hibagheadlabs yes we're launching this in alpha next week. Can you pls DM on Telegram so we can get you set up? I'm "cyberdrk" on Telegram/Twitter Looking forward ! |
Beta Was this translation helpful? Give feedback.
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
-
Hi Derek, sorry for the delay in my feedback. I'm on holiday until the end
of February. However, I'll see if I can get online at some point and do a
test to confirm if the EMAIL is auto-filled correctly.
I just saw your updated documentation and it's great what you've done.
https://docs.reown.com/appkit/react/core/hooks
type EmbeddedWalletInfo {
user: {
username: string
email: string
},
accountType: 'eoa' | 'smartAccount',
authProvider: 'google' | 'apple' | 'facebook' | 'x' | 'discord' |
'farcaster' | 'github' | 'email',
isSmartAccountDeployed: boolean
}
this is exactly what i needed. I promise to have news as soon as possible.
great job!
regards,
Lucas
…On Tue, Dec 3, 2024 at 3:34 AM Derek ***@***.***> wrote:
@GabrielaAlbu <https://github.com/GabrielaAlbu> @jcr7467
<https://github.com/jcr7467> @hibagheadlabs
<https://github.com/hibagheadlabs> yes we're launching this in alpha next
week. Can you pls DM on Telegram so we can get you set up?
I'm "cyberdrk" on Telegram/Twitter
Looking forward !
—
Reply to this email directly, view it on GitHub
<#3007 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A66H52AUJXH3QFNAXNDUNPD2DVGG3AVCNFSM6AAAAABPLJHDMWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBUGQ2TANQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi,
Using appkit with socials configured for google and apple for example, is there a function exposing the user Info, such as Email?
Beta Was this translation helpful? Give feedback.
All reactions