Add Authorization to Your API
note
Auth0 Fine Grained Authorization (FGA) is the early-stage product we are building at Auth0 to solve fine-grained authorization at scale.
Sign up for the Developer Community Preview to try it out, and join our Discord community if you are interested in learning more about our plans.
Please note that at this point in time, it is not considered production-ready and does not come with any SLAs; availability and uptime are not guaranteed. Limitations of Auth0 FGA during the Developer Community Preview can be found here.
Please note that at this point in time, it is not considered production-ready and does not come with any SLAs; availability and uptime are not guaranteed. Limitations of Auth0 FGA during the Developer Community Preview can be found here.
The following will provide a step by step guide on how to add authorization to your API.
When to use
This section is useful if you have defined an authorization model, understand how to write authorization data to Auth0 FGA, and want to learn how to update your code to start authorizing user requests.
Content
Advanced Integration
Learn how to handle cases such as honoring fine-grained access control checks while searching.