Skip to content

Commit 4c283fc

Browse files
committed
rephrased index page a bit
1 parent c6fdc97 commit 4c283fc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

modules/ROOT/pages/security/index.adoc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ auth/authorization.adoc, auth/auth-directive.adoc, auth/subscriptions.adoc, \
55
auth/authorization/allow.adoc, auth/authorization/bind.adoc, auth/authorization/roles.adoc, \
66
auth/authorization/where.adoc, authentication-and-authorization/index.adoc
77

8+
The Neo4j GraphQL Library offers the following security features:
89

9-
* xref::/security/configuration.adoc[Configuration] - Instructions to set up instantiation.
10-
* xref::/security/authentication.adoc[Authentication] - Explicit authentication, configured using the `@authentication` directive.
11-
* xref::/security/authorization.adoc[Authorization] - Authorization rules set using the `@authorization` directive.
12-
* xref::/security/subscriptions-authorization.adoc[Subscriptions authorization] - Authorization rules for subscriptions set using the `@subscriptionsAuthorization` directive.
13-
* xref::/security/impersonation-and-user-switching.adoc[Impersonation and user switching] - How to set up impersonation and user switching features.
14-
* xref::/security/operations.adoc[Operations] - Reference on GraphQL queries and how each location in each query triggers the evaluation of different authentication/authorization rules.
10+
* xref::/security/configuration.adoc[Configuration] of JSON Web Token (JWT) authentication with encoded or decoded JWTs.
11+
* xref::/security/authentication.adoc[Authentication] for different operations on different parts of your schema with the `@authentication` directive.
12+
* Rule-based xref::/security/authorization.adoc[authorization] filtering and validation with the `@authorization` directive.
13+
* Rule-based xref::/security/subscriptions-authorization.adoc[subscriptions authorization] for subscriptions with the `@subscriptionsAuthorization` directive.
14+
* xref::/security/impersonation-and-user-switching.adoc[User impersonation and switching].
15+
16+
See xref::/security/operations.adoc[Operations] for GraphQL query examples on how to trigger the evaluation of different authentication and authorization rules.

0 commit comments

Comments
 (0)