Skip to content

Commit 8458cff

Browse files
lidiazuinrecrwplaymjfwebbdarrellwarde
authored
Fixing content nav for auth #69 (#70)
* Add page-aliases for version 4 (#31) (#32) Co-authored-by: Neil Dewhurst <[email protected]> * Editorial review of the latest additions (#34) * Update publish.yml * Editorial review of the most recent changes * reverting changes to partials * fixing note formatting * Add page-aliases for version 4 (#31) (#32) Co-authored-by: Neil Dewhurst <[email protected]> * Editorial review of the most recent changes * fixing note formatting * Add page-aliases for version 4 (#31) (#32) Co-authored-by: Neil Dewhurst <[email protected]> * Editorial review of the most recent changes * fixing note formatting * Add page-aliases for version 4 (#31) (#32) Co-authored-by: Neil Dewhurst <[email protected]> * Editorial review of the most recent changes * Add page-aliases for version 4 (#31) * revert * Apply suggestions from code review Co-authored-by: Michael Webb <[email protected]> --------- Co-authored-by: Neil Dewhurst <[email protected]> Co-authored-by: Michael Webb <[email protected]> * Fix scalar description placeholders #38 (#39) * Editorial review of the most recent changes * reverting changes to partials * fixing note formatting * Add page-aliases for version 4 (#31) (#32) Co-authored-by: Neil Dewhurst <[email protected]> * Editorial review of the most recent changes * fixing note formatting * Editorial review of the most recent changes * fixing note formatting * Add page-aliases for version 4 (#31) (#32) Co-authored-by: Neil Dewhurst <[email protected]> * Editorial review of the most recent changes * Fix scalar description placeholders (#38) --------- Co-authored-by: Neil Dewhurst <[email protected]> Co-authored-by: Darrell Warde <[email protected]> * Editorial review of the most recent changes * reverting changes to partials * Add page-aliases for version 4 (#31) (#32) Co-authored-by: Neil Dewhurst <[email protected]> * Editorial review of the most recent changes * fixing note formatting * Editorial review of the most recent changes * fixing note formatting * Add page-aliases for version 4 (#31) (#32) Co-authored-by: Neil Dewhurst <[email protected]> * Editorial review of the most recent changes * Fixing content nav for auth (#69) --------- Co-authored-by: Neil Dewhurst <[email protected]> Co-authored-by: Michael Webb <[email protected]> Co-authored-by: Darrell Warde <[email protected]>
1 parent 3ad3aa8 commit 8458cff

File tree

6 files changed

+497
-2633
lines changed

6 files changed

+497
-2633
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
*** xref:authentication-and-authorization/authentication.adoc[]
5454
*** xref:authentication-and-authorization/authorization.adoc[]
5555
*** xref:authentication-and-authorization/impersonation-and-user-switching.adoc[]
56+
*** xref:authentication-and-authorization/operations.adoc[]
5657
5758
** xref:introspector.adoc[Introspector]
5859

modules/ROOT/pages/authentication-and-authorization/authentication.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Authentication
2+
:description: This page describes how to set up authentication features in the Neo4j GraphQL Library.
23

34
Explicit authentication, configured using the `@authentication` directive, is only ever evaluated
45
during Cypher translation time, and unauthenticated requests with queries requiring authentication

modules/ROOT/pages/authentication-and-authorization/configuration.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Configuration
2+
:description: This page describes how to configure authentication and authorization features in the Neo4j GraphQL Library.
23

34
== Instantiation
45

modules/ROOT/pages/authentication-and-authorization/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ See the xref::migration/v4-migration/authorization.adoc[Migration guide] for det
1414
* xref::authentication-and-authorization/authentication.adoc[Authentication] - Explicit authentication, configured using the `@authentication` directive.
1515
* xref::authentication-and-authorization/authorization.adoc[Authorization] - Authorization rules set using the `@authorization` directive.
1616
* xref::authentication-and-authorization/configuration.adoc[Configuration] - Instructions to set up instantiation.
17+
* xref::authentication-and-authorization/impersonation-and-user-switching.adoc[Impersonation and user switching] - How to set up impersonation and user switching features.
1718
* xref::authentication-and-authorization/reference/operations.adoc[Operations] - Reference on GraphQL queries and how each location in each query triggers the evaluation of different authentication/authorization rules.

modules/ROOT/pages/authentication-and-authorization/reference/operations.adoc renamed to modules/ROOT/pages/authentication-and-authorization/operations.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
= Operations
2+
:page-aliases: /authentication-and-authorization/reference/operations.adoc
3+
:description: This page describes how to set up authorization operations in the Neo4j GraphQL Library.
24

35
This reference runs through a number of worked GraphQL queries and how each location in each query triggers the evaluation of different authentication/authorization rules.
46

0 commit comments

Comments
 (0)