From 985c00566ca99f7e51e4de049ddbb0446ba25a53 Mon Sep 17 00:00:00 2001 From: James Edmonston Date: Sun, 6 Dec 2020 13:40:08 +0000 Subject: [PATCH] Fix readme links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70726d4..432bbf1 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ GraphQL Authentication adds a JWT authentication layer to your Craft CMS GraphQL ## Plugin Overview -- Adds support for user registration and authentication (see [Authentication](/usage/authentication)) -- Adds support for social sign-in – currently Google, Facebook and Twitter (see [Social](/usage/social)) -- Adds ability to define per-section user restrictions (queries and mutations can be limited to author-only) (see [User Settings](/settings/users)) +- Adds support for user registration and authentication (see [Authentication](https://graphql-authentication.jamesedmonston.co.uk/usage/authentication)) +- Adds support for social sign-in – currently Google, Facebook and Twitter (see [Social](https://graphql-authentication.jamesedmonston.co.uk/usage/social)) +- Adds ability to define per-section user restrictions (queries and mutations can be limited to author-only) (see [User Settings](https://graphql-authentication.jamesedmonston.co.uk/settings/users)) - Checks mutation fields against schema permissions, and prevents fields being saved if user is trying to access private entries/assets - Adds ability to assign unique GraphQL schemas for each user group - Adds a unique, per-user GraphQL query cache