Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions authentication/email.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ For OTP Auth signup and login flows you will need a user with the following poli
}
```

**Note:** Avoid using an API key that is also present in the sub-organization that you're targeting within the email activities. Turnkey identifies the user from the request signature and in case of an identical API key it will always prioritize the sub-organization user matching. As a result, it will try to evaluate the sub-organization policies instead of the parent ones.

## User experience

### OTP-based authentication flow
Expand Down