graphql-authentication icon indicating copy to clipboard operation
graphql-authentication copied to clipboard

GraphQL authentication for your headless Craft CMS applications.

Results 33 graphql-authentication issues
Sort by recently updated
recently updated
newest added

It would be great if a user is logged into craft with a craft cookie. Do not require email and password to authenticate. I am trying to facilitate blocking GraphQL...

enhancement

When trying to delete a user I was getting the error `Cannot query field \"deleteAccount\" on type \"Mutation\".` Since I was using your mutation code directly from the docs I...

craft3

Fix for the issue [#112](https://github.com/jamesedmonston/graphql-authentication/issues/112) In Craft 4.* User element has active Boolean set to false by default ([source](https://docs.craftcms.com/api/v4/craft-elements-user.html#public-properties )) This way currently in the `create` function of `UserService`active flag...

Hello, I have a specific scenario for a user registration process. In Craft I have an entry type which contains field with activation code. On the frontend (not a twig...

enhancement

Hey @jamesedmonston! I noticed when upgrading to Craft 4 (4.2.7) and the latest version of this plugin (2.1.2), users are no longer automatically activated when created via the `register` mutation....

bug

Hi James, I'm using AWS cognitio with a Vuejs front-end is there a way I can use the retuned jwt with your plugin to authenticate with craft? There are unmaintained...

When logged in with social account, there is no password. So delete account mutation won't work. Any idea how to handle this? Thanks for help.

enhancement

Fixes #108 by applying different checks if field restrictions are specified on public schema.

enhancement

Is there currently any way to query users along with their user group? I see that you can filter the query based off of this, but I want to know...

enhancement

Hi! I was looking to restrict some fields to an authenticated schema using the field restrictions, but it seems to be not working. The exceptions never get thrown, and i...

bug