Skip to content

Commit

Permalink
Merge pull request backstage#28499 from freeyoungstrong/patch-2
Browse files Browse the repository at this point in the history
Update 04-authorizing-access-to-paginated-data.md
  • Loading branch information
awanlin authored Jan 15, 2025
2 parents 1c27c74 + 5be3fc3 commit 908706a
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 908706a

Please sign in to comment.