jamesedmonston / graphql-authentication
GraphQL authentication for your headless Craft CMS applications.
Installs: 15 400
Dependents: 0
Suggesters: 0
Security: 0
Stars: 28
Watchers: 1
Forks: 23
Open Issues: 11
Type:craft-plugin
Requires
- php: ^8.2
- abraham/twitteroauth: ^7.0
- craftcms/cms: ^5.0.0
- google/apiclient: ^2.16.0
- lcobucci/jwt: ^4.0.0 || ^5.0.0
- league/oauth2-facebook: ^2.2.0
- thenetworg/oauth2-azure: ^2.2.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
- dev-develop
- 3.0.0-RC5
- 3.0.0-RC4
- 3.0.0-RC3
- 3.0.0-RC2
- 3.0.0-RC1
- 2.5.0
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 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
- dev-craft3
This package is auto-updated.
Last update: 2025-03-06 11:19:59 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 Two-Factor Authentication (see Two-Factor Authentication)
- Adds support for Magic Link Authentication (see Magic Authentication)
- Adds support for social sign-in – currently Google, Facebook, Twitter, Apple, and Microsoft (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
Use the table below to determine which version of the plugin you should install.
Craft CMS Version | Plugin Version |
---|---|
5 | 3 |
4 | 2 |
3 | 1 |
Documentation
You can view the documention for the plugin here.