Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
seanparkross committed Jan 8, 2025
1 parent d1ae682 commit 546b5a1
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/auth/permissions/command-permissions.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
---
sidebar_position: 3
description:
"Guide on configuring command permissions in your supergraph, including role-based access and argument presets."
keywords:
- command permissions
- role-based access
- supergraph
- argument presets
sidebar_label: Command Permissions Guide
---

# Command Permissions
Expand Down
13 changes: 13 additions & 0 deletions docs/auth/permissions/index.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
---
description: "Detailed guide on configuring access control rules and permissions for data security."
keywords:
- access control
- data security
- permissions
- role-based access
- API field access
- model data access
- command execution
sidebar_label: Permissions
---

# Permissions

Access control rules, authorization or "permissions" are essential for securing your data and ensuring that only
Expand Down
6 changes: 6 additions & 0 deletions docs/auth/permissions/model-permissions.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
---
description: "Guide on setting up model permissions in your supergraph"
keywords:
- model permissions
- supergraph
- data access control
sidebar_position: 2
sidebar_label: Model Permissions
---

# Model Permissions
Expand Down
6 changes: 6 additions & 0 deletions docs/auth/permissions/type-permissions.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
---
sidebar_position: 1
description: "Guide on defining Type Permissions for API fields in a supergraph."
keywords:
- type permissions
- supergraph roles
- API field access
sidebar_label: Type Permissions
---

# Type Permissions
Expand Down
5 changes: 5 additions & 0 deletions docs/auth/webhook/tutorials/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
sidebar_label: Tutorials
description: "Learn how to connect your preferred authentication provider to Hasura DDN using webhook mode."
keywords:
- hasura authentication
- webhook tutorials
- connect provider
sidebar_position: 0
---

# Webhook Tutorials
Expand Down

0 comments on commit 546b5a1

Please sign in to comment.