Merge pull request #22161 from backstage/permission-framework/readme-wording

Updated the permissions framework readme wording
This commit is contained in:
Fredrik Adelöw
2024-01-10 13:13:16 +01:00
committed by GitHub
5 changed files with 13 additions and 18 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-permission-backend': patch
'@backstage/plugin-permission-common': patch
'@backstage/plugin-permission-react': patch
'@backstage/plugin-permission-node': patch
---
Updated README
+1 -4
View File
@@ -1,6 +1,3 @@
# @backstage/plugin-permission-backend
> NOTE: THIS PACKAGE IS EXPERIMENTAL, HERE BE DRAGONS
Backend for Backstage authorization and permissions. For more information, see
the [authorization PRFC](https://github.com/backstage/backstage/pull/7761).
Backend for Backstage authorization and permissions. For more information, see the [permissions documentation on Backstage.io](https://backstage.io/docs/permissions/overview).
+1 -5
View File
@@ -1,7 +1,3 @@
# @backstage/plugin-permission-common
> NOTE: THIS PACKAGE IS EXPERIMENTAL, HERE BE DRAGONS
Isomorphic types and client for Backstage permissions and authorization. For
more information, see the [authorization
PRFC](https://github.com/backstage/backstage/pull/7761).
Isomorphic types and client for Backstage permissions and authorization. For more information, see the [permissions documentation on Backstage.io](https://backstage.io/docs/permissions/overview).
+1 -5
View File
@@ -1,7 +1,3 @@
# @backstage/plugin-permission-node
> NOTE: THIS PACKAGE IS EXPERIMENTAL, HERE BE DRAGONS
Common permission and authorization utilities for backend plugins. For more
information, see the [authorization
PRFC](https://github.com/backstage/backstage/pull/7761).
Common permission and authorization utilities for backend plugins. For more information, see the [permissions documentation on Backstage.io](https://backstage.io/docs/permissions/overview).
+2 -4
View File
@@ -1,5 +1,3 @@
# permission
# @backstage/plugin-permission-react
**NOTE: THIS PACKAGE IS EXPERIMENTAL!**
Components and hooks to help implement permissions in Backstage frontend plugins. For more information, see the [authorization PRFC](https://github.com/backstage/backstage/pull/7761).
Components and hooks to help implement permissions in Backstage frontend plugins. For more information, see the [permissions documentation on Backstage.io](https://backstage.io/docs/permissions/overview).