Skip to content

Commit

Permalink
Merge pull-request #79
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Jan 18, 2024
2 parents 7804f9c + b2ac259 commit 4d0326a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/email-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Email Auth enables a user to authenticate their Turnkey account via email. In th

#### Mechanism

In short, Email Auth is built with expiring API keys as the foundation: email is simply the mechanism through which the API key credential is safely delivered. Once the credential is live on the client side (within the context of an iframe), it is readily available to stamp (authenticate) requests. See the [cryptographic details](#cryptographic-details) section for more info on how we achieve secure delivery.
In short, Email Auth is built with expiring API keys as the foundation: email is simply the mechanism through which the API key credential is safely delivered. Once the credential is live on the client side (within the context of an iframe), it is readily available to stamp (authenticate) requests. See the [cryptographic details](#mechanism-and-cryptographic-details) section for more info on how we achieve secure delivery.

## User Experience

Expand Down
2 changes: 1 addition & 1 deletion docs/user-management/credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Turnkey API requests are authenticated with API key signatures. When you generat

Requests made via SDK or CLI use the private API key to sign requests. Turnkey's public API expects all requests (e.g. to get data or to submit activities) to be signed.

See our [API reference](./api#tag/API-Keys/operation/CreateApiKeys) for how to programmatically create API keys.
See our [API reference](../../api/#tag/API-Keys/operation/CreateApiKeys) for how to programmatically create API keys.

0 comments on commit 4d0326a

Please sign in to comment.