From f8af48920a187663c1c550786f0418cfa857cdfb Mon Sep 17 00:00:00 2001 From: James Edmonston Date: Sat, 1 Jul 2023 15:24:24 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61afaed..445f1d0 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ GraphQL Authentication adds a JWT authentication layer to your Craft CMS GraphQL ## Plugin Overview - Adds support for user registration and authentication (see [Authentication](https://graphql-authentication.jamesedmonston.co.uk/usage/authentication)) -- Adds support for Two Factor Authentication (see [Authentication](https://graphql-authentication.jamesedmonston.co.uk/usage/two-factor-authentication)) -- Adds support for Magic Link authentication (see [Magic Authentication](https://graphql-authentication.jamesedmonston.co.uk/usage/magic-authentication)) +- Adds support for Two-Factor Authentication (see [Two-Factor Authentication](https://graphql-authentication.jamesedmonston.co.uk/usage/two-factor-authentication)) +- Adds support for Magic Link Authentication (see [Magic Authentication](https://graphql-authentication.jamesedmonston.co.uk/usage/magic-authentication)) - Adds support for social sign-in – currently Google, Facebook, Twitter, Apple, and Microsoft (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