Skip to content

Commit

Permalink
spruce up the repo's readme (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemac authored Dec 18, 2024
1 parent b5f1c54 commit 275dec4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# orgs
# clerk/orgs

A set of examples using [Clerk's](https://clerk.com) Organizations functionality

### Example Projects
[Orgs](https://clerk.com/docs/organizations/overview) are a flexible way to manage users and their access to resources within your Clerk application. With organizations, you can assign specific roles and permissions to users, making them useful for managing projects, coordinating teams, or facilitating partnerships.

And when you model your B2B Application's customers as Orgs, you can begin to customize their experience in meaningful ways with:

- Roles and Permissions
- Verified Domains and Enrollment Modes
- Invitations
- Easy context shifting in your app via the `<OrgSwitcher />` component
- Organization Metadata
- Customizable Enterprise-grade SSO for each of your customers

### Examples

- [Organization Creation Limitations](examples/limit-org-creation/)
- [Force an Organization](examples/force-an-org/)
Expand Down

0 comments on commit 275dec4

Please sign in to comment.