Updated the permissions framework readme wording

Signed-off-by: Harrison Hogg <hhogg@spotify.com>
This commit is contained in:
Harrison Hogg
2024-01-09 21:24:10 +00:00
committed by Fredrik Adelöw
parent 1f008c27a1
commit c7c2b71ca2
4 changed files with 5 additions and 18 deletions
+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).