Skip to content

1.9.0

Compare
Choose a tag to compare
@jamesedmonston jamesedmonston released this 04 May 22:08
· 252 commits to develop since this release

Added

  • Added separate Service ID and Service Secret fields for Sign in with Apple web implementations – if both native and web settings are populated, it is now necessary to pass a platform (NATIVE/WEB) argument to the appleSignIn mutation

Changed

  • The plugin no longer creates Craft GraphQL tokens – schemas encoded into JWTs are now directly passed into Craft's GraphQL controller! (#29 via @approached)
  • Lots of under-the-hood improvements to improve performance by reducing the number of database calls
  • Removed unused JWT GraphQL type

Fixed

  • Fixed Invalid Authorization Header error on sites using Apache (#52 and #53 via @GMConsultant)

Misc

  • Added class method documentation blocks throughout plugin for easier third-party extensibility
  • All services are now available as static properties on the plugin instance, i.e. GraphqlAuthentication::$tokenService