From 3bf360b85e779c62c1b6c12f1335cb9d4e4ea1ea Mon Sep 17 00:00:00 2001 From: James Edmonston Date: Sat, 1 Jul 2023 15:23:06 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74e098f..61afaed 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 2FA (see [Authentication](https://graphql-authentication.jamesedmonston.co.uk/usage/2fa)) -- 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 [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