-
Notifications
You must be signed in to change notification settings - Fork 481
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
Add a guide detailing how to create orgs on users' behalf #1684
Conversation
Hey, here’s your docs preview: https://clerk.com/docs/pr/1684 |
title: Recommended Architecture for Creating Organizations on Users' Behalf | ||
description: Learn how to architectect your application to create organizations on users' behalf without running into rate limits and billing issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: Recommended Architecture for Creating Organizations on Users' Behalf | |
description: Learn how to architectect your application to create organizations on users' behalf without running into rate limits and billing issues. | |
title: Create organizations on behalf of users | |
description: Learn how to architect your application to create organizations on behalf of users while avoiding rate limits and billing issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would have to be like "Creating organizations on behalf of users" or something for clarity if you want to shorten it
@jescalan What do you think of the structure? Does the content retains its logic? |
Co-authored-by: victoria <[email protected]>
@victoriaxyz there are some inaccuracies in the modifications here, honestly I think it may be easier to pair through the edits here than to try to pick through these comments and modify them. Are you up for this tomorrow? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nits, otherwise good!
Co-authored-by: victoria <[email protected]>
Important
🔎 Previews:
Explanation:
We often have users stumble on this architectural concept, hopefully this guide will be a useful resource!