Skip to content

Commit

Permalink
Update cross-link to U&P plugin from dev docs routes documentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Dec 3, 2024
1 parent 0569dd9 commit f524638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/backend-customization/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export default {

### Public routes

By default, routes are protected by Strapi's authentication system, which is based on [API tokens](/dev-docs/configurations/api-tokens) or on the use of the [Users & Permissions plugin](/user-docs/plugins/strapi-plugins#users-permissions-plugin).
By default, routes are protected by Strapi's authentication system, which is based on [API tokens](/dev-docs/configurations/api-tokens) or on the use of the [Users & Permissions plugin](/user-docs/users-roles-permissions/configuring-end-users-roles).

In some scenarios, it can be useful to have a route publicly available and control the access outside of the normal Strapi authentication system. This can be achieved by setting the `auth` configuration parameter of a route to `false`:

Expand Down

0 comments on commit f524638

Please sign in to comment.