Skip to content

Releases: jamesedmonston/graphql-authentication

1.1.4

09 Nov 13:26
Compare
Choose a tag to compare

Improved

  • Improved isGraphiqlRequest detection

1.1.3

09 Nov 13:11
Compare
Choose a tag to compare

Fixed

  • Fixed issues with non-user tokens throwing Invalid Authorization Header. Previously it was always trying to validate queries against user permissions, but this was causing conflicts with tokens that will only be used server-side (i.e. in Next.js SSG requests)

1.1.2

09 Nov 12:24
Compare
Choose a tag to compare

1.1.2 - 2020-11-09

Fixed

  • Added empty fallback to Craft::$app->getRequest()->getReferrer(), to fix error if referrer is blank

1.1.1

09 Nov 12:09
Compare
Choose a tag to compare

Fixed

  • Fixed issue with isGraphiqlRequest always returning true, breaking Craft's GraphiQL explorer

1.1.0

04 Nov 01:31
Compare
Choose a tag to compare

Added

  • Added support for HTTP-Only cookie tokens, improving security (thanks @timkelty)

1.0.1

03 Nov 22:17
Compare
Choose a tag to compare

Added

  • Update lastLoginDate on users when running authenticate/register mutations

1.0

03 Nov 12:04
Compare
Choose a tag to compare
1.0

Initial release!