SkygearIO / features

Feature Tracking Repo for Skygear
Apache License 2.0
3 stars 12 forks source link

Skygear Auth UI support the options of Login ID type automatically link with SSO or not #438

Open chpapa opened 4 years ago

chpapa commented 4 years ago

Description

Skygear Auth have an option to support automatically linking email / phone no to SSO if the same login is detected:

  1. Automatically link SSO login with same email address with existing ID (with verification)
  2. Don't stop new account creation, and never automatically link SSO login with same email address with existing ID (don’t give any hints of the login ID exists)
  3. Stop new account creation if same login ID type exists (give out hints of the login ID exists)

Auth UI needs to have respective support for option 1, which is the verification of email / phone no before automatically linking.

Portal Design

Remove this section if the feature have no Portal

Blog Post Specification

Blog Post of the Feature Release

Open Questions

Put a list of open questions here before a complete design / specification is decided

Related Issues