Skip to content

Commit c51c458

Browse files
committed
restored index page style
1 parent 127569c commit c51c458

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

modules/ROOT/pages/security/index.adoc

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ 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:
9-
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.
8+
* xref::/security/configuration.adoc[Configuration] - Configuration of JSON Web Token (JWT) authentication with encoded or decoded JWTs.
9+
* xref::/security/authentication.adoc[Authentication] - Explicit authentication for different operations on different parts of your schema with the `@authentication` directive.
10+
* xref::/security/authorization.adoc[Authorization] - Rule-based authorization filtering and validation with the `@authorization` directive.
11+
* xref::/security/subscriptions-authorization.adoc[Subscriptions authorization] - Rule-based authorization for subscriptions with the `@subscriptionsAuthorization` directive.
12+
* xref::/security/impersonation-and-user-switching.adoc[Impersonation and user switching] - How to set up impersonation and user switching features.
13+
* 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)