Skip to content

Commit

Permalink
Update U&P is removable
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Dec 4, 2024
1 parent f524638 commit d26b5dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docusaurus/docs/dev-docs/plugins/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ By default Strapi create [REST endpoints](/dev-docs/api/rest#endpoints) for each
The [GraphQL API reference](/dev-docs/api/graphql) describes queries, mutations and parameters you can use to interact with your API using Strapi's GraphQL plugin.
:::

:::caution
If you uninstall the Users & Permissions plugin, the GraphQL plugin should work, but you need to include your header authorization to see the playground.
:::

## Usage

To get started with GraphQL in your application, please install the plugin first. To do that, open your terminal and run the following command:
Expand Down
3 changes: 2 additions & 1 deletion docusaurus/docs/dev-docs/plugins/users-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ tags:

# Users & Permissions plugin

The Users & Permissions plugin provides a full authentication process based on [JSON Web Tokens (JWT)](https://en.wikipedia.org/wiki/JSON_Web_Token) to protect your API, and an access-control list (ACL) strategy that enables you to manage permissions between groups of users. The Users & Permissions plugin is installed by default and can not be uninstalled.
The Users & Permissions plugin provides a full authentication process based on [JSON Web Tokens (JWT)](https://en.wikipedia.org/wiki/JSON_Web_Token) to protect your API, and an access-control list (ACL) strategy that enables you to manage permissions between groups of users. The Users & Permissions plugin is installed by default.


The user guide describes how to use the [Users & Permissions plugin](/user-docs/users-roles-permissions) from the admin panel. The present page is more about the developer-related aspects of using the Users & Permissions plugin.

Expand Down

0 comments on commit d26b5dc

Please sign in to comment.