zkLogin questions

YoutTube intro - A Complete Guide to zkLogin: How it Works and How to Integrate | Sui Network by Joyce Wang
sui.io/zklogin - short intro page
docs.sui.io/build/zk_login
demo app
FAQ

1 Like

docs #openid-providers
Are there any providers that are confirmed NOT to support zkLogin?
What about Instagram, TikTok en Twitter?

1 Like

How does zkLogin compare to already more established web2 onboarding solutions like
web3auth.io
privy.io

1 Like

Is there a repo with the Dapp code (frontend and move) of the SuiKPay demo app?

How does the gift Sui via a uniquely link solution work?

1 Like

Can I send a gift/token to a Twitter or Instagram username via a unique link?
That is, I want to be able to send a gift out in the open, in a public post, and only the person with that specific username should be able to claim the gift.

Why?
Public marketing
I don’t know the user’s email, phone number, or any other identifier other than its username on the platform.
DMs are not always possible on Twitter.

1 Like

Demo Apps:

demo by jovicheng | github

demo by juzybits | github

  1. Is a zkLogin with Instagram possible?
  2. Do I receive any information about the Instagram profile as a developer that I can use to reach out to the user later on to notify the user that new features came out on the Dapp.

instagram uses facebook login so its supported. twitter is not supported bc its not compatible with openid.

the jwt payload itself contains all the information that the user permits you to access (based on your own developer account setting), you can examine an example jwt to see what profile info are there.