Skip to content

Commit

Permalink
Merge pull request #10303 from marmelab/fix-authentication-link-to-au…
Browse files Browse the repository at this point in the history
…thorization

[Doc] Fix Authorization link in Authentication page
  • Loading branch information
slax57 authored Oct 25, 2024
2 parents ecc7321 + 992a02f commit eb99164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export const dataProvider = addRefreshAuthToDataProvider(baseDataProvider, refre

## Authorization

Access control and permissions allow you to restrict certain pages to specific users. React-admin provides powerful primitives for implementing authorization logic. For detailed guidance, check out the [Authorization](./Authorization.md) documentation.
Access control and permissions allow you to restrict certain pages to specific users. React-admin provides powerful primitives for implementing authorization logic. For detailed guidance, check out the [Authorization](./Permissions.md) documentation.

<video controls autoplay muted loop>
<source src="./img/AccessControl.mp4" type="video/mp4"/>
Expand Down

0 comments on commit eb99164

Please sign in to comment.