Skip to content
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

revert(backend): Introduce OrganizationPermissionAPI and OrganizationRoleAPI #2252

Merged
merged 4 commits into from
Dec 4, 2023

Conversation

panteliselef
Copy link
Member

Description

Revert "feat(backend): Introduce OrganizationRoleAPI (#2178)

This reverts commit b3a3dcd

Revert "feat(backend): Introduce OrganizationPermissionAPI (2177)

This reverts commit 0ce0edc

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Packages affected

  • @clerk/backend
  • @clerk/chrome-extension
  • @clerk/clerk-js
  • @clerk/clerk-expo
  • @clerk/fastify
  • gatsby-plugin-clerk
  • @clerk/localizations
  • @clerk/nextjs
  • @clerk/clerk-react
  • @clerk/remix
  • @clerk/clerk-sdk-node
  • @clerk/shared
  • @clerk/themes
  • @clerk/types
  • build/tooling/chore

@panteliselef panteliselef requested review from dimkl, chanioxaris and a team December 4, 2023 11:43
@panteliselef panteliselef self-assigned this Dec 4, 2023
Copy link

changeset-bot bot commented Dec 4, 2023

🦋 Changeset detected

Latest commit: 4a60b46

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@clerk/clerk-sdk-node Patch
@clerk/backend Patch
@clerk/nextjs Patch
gatsby-plugin-clerk Patch
@clerk/fastify Patch
@clerk/remix Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@panteliselef panteliselef added this pull request to the merge queue Dec 4, 2023
Merged via the queue into main with commit 93d05c8 Dec 4, 2023
7 of 8 checks passed
@panteliselef panteliselef deleted the elef/core-1136-revert-roles-permissions-bapi branch December 4, 2023 15:33
nikosdouvlis pushed a commit that referenced this pull request Dec 5, 2023
…RoleAPI (#2252) (#2257)

* revert(backend): Introduce OrganizationPermissionAPI and OrganizationRoleAPI (#2252)

* revert(backend): Introduce OrganizationPermissionAPI and OrganizationRoleAPI (#2252)
@tonjohn
Copy link

tonjohn commented Mar 20, 2024

@panteliselef is there a timeline as to when these APIs will return?

I need them ASAP :(

@panteliselef
Copy link
Member Author

Hey @tonjohn what are you trying to accomplish here ? We never shipped those because using the dashboard covers most of the cases.

@tonjohn
Copy link

tonjohn commented Mar 20, 2024

We are generating the ClerkAuthorization interface for improved DevEx (I'm happy to share this so that others can benefit).

We would also like to sync the data so that the same roles and permissions can be used across various pieces of our platform (for example a forum powered by Xenforo / Discourse).

Along those lines, webhooks related to roles and permissions would be nice 😅

@panteliselef
Copy link
Member Author

Automatically creating those types is something we have considered in the past but got deprioritized. If this was available in the dashboard would that solve your problem ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants