Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local development integrated with centralized authentication providers #7

Open
mikhail-turilin-dfinity opened this issue Oct 4, 2022 · 1 comment

Comments

@mikhail-turilin-dfinity
Copy link

Problem
I am a developer and I'm building an application that uses identity
For example, my app (TikTok clone) needs these identity services

  • Authentication
  • Verified attributes: age, phone# and country

Solution options
Option 1: Deploy on the MainNet and test

  • [+] All infra is set up
  • [–] Hard to debug

Option 2: Re-deploy all identity services on the local machine

  • [+] Easy to debug
  • [–] Hard to set up

Option 3: Be able to use identity services from the MainNet with the app deployed on the local machine

  • [+] Easy to debug
  • [+] All infra is set up

Links

@marydwyer
Copy link
Contributor

Notes from 12/6/22 Identity & Auth WG:

  • Option 1 & Option 2 - familiar to web 2 developers
  • Devnet and Option 3 - preferred option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants