diff --git a/concepts/scopes.mdx b/concepts/scopes.mdx new file mode 100644 index 0000000..f69b7ac --- /dev/null +++ b/concepts/scopes.mdx @@ -0,0 +1,139 @@ +--- +title: "Scopes and access" +sidebarTitle: "Scopes" +description: "Configure an API key to hold only what your code needs, see what an app asks for before you allow it, and read the 403 that names a missing scope." +icon: "key" +keywords: ["api scopes", "oauth scopes", "api key permissions", "least privilege api", "insufficient_scope"] +canonical: "https://rendobar.com/docs/concepts/scopes" +--- + +