Skip to content

Releases: jamesedmonston/graphql-authentication

3.0.0

30 Dec 22:27

Choose a tag to compare

Added

  • Added ability to set section on dedicated sections queries (#172)

Fixed

  • Fixed 2FA (#159)
  • Fixed error handling for deferPublicRegistrationPassword setting (#154)
  • Fixed some mutations not showing in schema (#178)
  • Fixed users.deactivateByDefault setting not being respected (#174)
  • Fixed issue with access control panel permissions on authentication (#177, fixes #176)
  • Fixed resolvers not being attached correctly (should use resolve method) (#171)
  • Fixed assumption that public schema has ID of 1 (#170)
  • Fixed deprecation warning (#169)
  • Fixed section ID checking logic for entries (#164, fixes #163)
  • Fixed issue with restricting mutation fields for elements without ID

3.0.0-RC5

06 Feb 10:48

Choose a tag to compare

Fixed

  • Reverted some mutation removals from the public schema (#162)

3.0.0-RC4

04 Feb 20:36

Choose a tag to compare

Fixed

  • Fixed queries failing after upgrading to Craft 5.6+ Thanks @brandonkelly for the PR! (#161)
  • Removed irrelevant queries/mutations from showing on the public schema, when users are unauthenticated (44b751)

3.0.0-RC3

27 Aug 13:47

Choose a tag to compare

Fixed

  • Loosened lcobucci/jwt dependency requirements (#152)

3.0.0-RC2

27 Aug 12:15

Choose a tag to compare

Fixed

  • Loosened lcobucci/jwt dependency requirements (#152)

3.0.0-RC1

26 Aug 15:43

Choose a tag to compare

Added

  • Added Craft 5 support (#149)
  • Added option to disable password verification when using deleteAccount mutation (#133)

Fixed

  • Element query executed before Craft is fully initialized (#140)
  • Inefficiency in authenticate mutation (#137)
  • Fixed issue with forgottenPassword mutation sending emails for suspended users (#134)

2.5.0

01 Jul 15:05

Choose a tag to compare

Added

Fixed

  • Fixed issue with public mutations throwing null $user errors. Thanks @robinbeatty for the PR! (#125)

2.4.0

04 Mar 10:42

Choose a tag to compare

Added

  • Added ability to skip activation status on incoming requests (useful for multi-step registration flows) (#83)
  • Added ability to assign JWTs to the public schema (#122)
  • Added editable messages for account locked and account cooldown authentication errors (#121)

2.3.1

11 Feb 10:13

Choose a tag to compare

Fixed

  • Fixed issue with users sometimes being permanently granted Control Panel access (#120)
  • Fixed issue with field permissions falling back to the public schema when passing Bearer tokens (#119)

2.3.0

18 Jan 20:52

Choose a tag to compare

Added

  • Added 'magic link' authentication! To get started, enable it in your plugin settings and see the docs (#107)