Skip to content

Commit

Permalink
Update 04-authorizing-access-to-paginated-data.md
Browse files Browse the repository at this point in the history
added info section as other pages in this section have

Signed-off-by: Ruslan Gaiazov <[email protected]>
  • Loading branch information
freeyoungstrong authored Jan 15, 2025
1 parent 1c27c74 commit 5be3fc3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: 4. Authorizing access to paginated data
description: Explains how to authorize access to paginated data in a Backstage plugin
---

:::info
This documentation is written for [the new backend system](../../backend-system/index.md) which is the default since Backstage [version 1.24](../../releases/v1.24.0.md). If you are still on the old backend system, you may want to read [its own article](./04-authorizing-access-to-paginated-data--old.md) instead, and [consider migrating](../../backend-system/building-backends/08-migrating.md)!
:::

Authorizing `GET /todos` is similar to the update endpoint, in that it should be possible to authorize access based on the characteristics of each resource. However, we'll need to authorize a list of resources for this endpoint.

Expand Down

0 comments on commit 5be3fc3

Please sign in to comment.