jamesedmonston / graphql-authentication
GraphQL authentication for your headless Craft CMS applications.
Installs: 4 615
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 1
Forks: 13
Open Issues: 11
Type:craft-plugin
Requires
- php: ^7.4 || ^8.0
- abraham/twitteroauth: ^3.1
- craftcms/cms: ^3.5.0
- google/apiclient: ^2.10
- lcobucci/jwt: ^4.1
- league/oauth2-facebook: ^2.0
- dev-develop
- 1.12.3
- 1.12.2
- 1.12.1
- 1.12.0
- 1.11.5
- 1.11.4
- 1.11.3
- 1.11.2
- 1.11.1
- 1.11.0
- 1.10.3
- 1.10.2
- 1.10.1
- 1.10.0
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- dev-master
This package is auto-updated.
Last update: 2022-05-24 10:15:38 UTC
README
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, Twitter, and Apple (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 schemas for each user group
- Adds ability to restrict user queries and mutations to Craft multi-site sites
- Adds ability to mark fields as private – stopping users from querying/mutating fields on entries
- Adds a unique, per-user query cache
Documentation
You can view the documention for the plugin here.