Closed
Description
Is your feature request related to a problem? Please describe.
I would like to add authorization to my JSON:API, especially scope-based authorization. For example the user needs to have the user.read
scope to read user information.
Describe the solution you'd like
It's probably already doable but I'm looking for the idiomatic way to do that and since it's a very common use-case, I think it would be great to add that to the documentation.