Greenruhm / connect

Greenruhm Connect is your white label, custom-branded connection to the music metaverse. It allows you to provide music NFT services inside your app with your branding.
MIT License
1 stars 0 forks source link

Refactor Magic Connect Sign Up/In flows to obtain user's email from form #61

Open oliver-day opened 1 year ago

oliver-day commented 1 year ago

Description

The existing Magic Connect Sign Up/In flows are reliant on a call to magic.connect.requestUserInfo() to obtain the user's email.

During this call, Magic displays a UI asking for the user's consent to share their email. If the user denies this request then we have no way of obtaining their email and have to sign them out.

To improve the UX remove this call to magic.connect.requestUserInfo() and instead display a form with a required email input.