Skip to content

Commit

Permalink
docs: add authz video in expansion panel (#4979)
Browse files Browse the repository at this point in the history
This adds a link to a relevant video to the authorization docs.

---------

Co-authored-by: Geoffroy Couprie <apollo@geoffroycouprie.com>
  • Loading branch information
Meschreiber and Geal authored Apr 23, 2024
1 parent 734d1e8 commit a709cff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/source/configuration/authorization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@ Services may have their own access controls, but enforcing authorization _in the
classDef padding padding-left:1em, padding-right:1em
```

<Tip>

To learn more about why authorization is ideal at the router layer, watch Andrew Carlson's talk at Austin API Summit 2024: [Centralize Data Access Control with GraphQL](https://www.youtube.com/watch?v=ETyAPY4bsYY).

<ExpansionPanel title="Watch the video below">

<YouTube youTubeId="ETyAPY4bsYY" />

</ExpansionPanel>

</Tip>

## How access control works

The Apollo Router provides access controls via **authorization directives** that define access to specific fields and types across your supergraph:
Expand Down

0 comments on commit a709cff

Please # to comment.