Skip to content

jamesedmonston/graphql-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f8d3e4 · Dec 10, 2020
Nov 4, 2020
Dec 10, 2020
Oct 30, 2020
Oct 30, 2020
Dec 10, 2020
Nov 3, 2020
Dec 6, 2020
Dec 10, 2020

Repository files navigation

GraphQL Authentication plugin for Craft CMS 3.5+

GraphQL Authentication adds a JWT authentication layer to your Craft CMS GraphQL endpoint.

Plugin Overview

  • Adds support for user registration and authentication (see Authentication)
  • Adds support for social sign-in – currently Google, Facebook and Twitter (see Social)
  • Adds ability to define per-section user restrictions (queries and mutations can be limited to author-only) (see User Settings)
  • 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

Documentation

You can view the documention for the plugin here.