Skip to content

Commit

Permalink
Add FAQ around email uniquess and aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Jan 22, 2024
1 parent 4d0326a commit 3634af0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ slug: /faq

# FAQ

### Can I sign up for Turnkey multiple times with the same email?

When you authenticate to the Turnkey dashboard, your email is used to lookup your organization and your credential. Currently we do not allow multiple users to be associated with the same email address.

### How do you recommend testing the Turnkey API and functionality safely?

Typically we recommend that you create "test" organizations to test the API and functionality freely. When you are ready to go to production, use a "main" organization used for production only.

To do this you can use email aliases: if `[email protected]` is your email, you can sign up for a new Turnkey organization with `[email protected]` to have a test playground. Reach out (<[email protected]>) if you need many test organizations or if you have specific question, our team is happy to help you get set up!

### Why do you require a public / private key pair to access Turnkey API?

Asymmetric cryptography offers various security benefits to you:
Expand Down

0 comments on commit 3634af0

Please sign in to comment.