Skip to content

Releases: joselfonseca/lighthouse-graphql-passport-auth

Support LightHouse PHP 4.0

20 Aug 12:15
2621fc1
Compare
Choose a tag to compare

Thanks to @SirLamer

Update refresh token response type

15 Jul 16:54
Compare
Choose a tag to compare

See #18

1.4 since it may break a few implementations, please update the schema and run your tests before upgrading.

Username configurable

01 Jul 13:12
Compare
Choose a tag to compare

Patch

26 Jun 13:48
Compare
Choose a tag to compare

Fixes #14

Add User to schema

19 Jun 14:34
Compare
Choose a tag to compare

This release now returns the logged in user in the login mutation for #7

Lighthouse 3.2 support

15 Apr 00:55
d01bd89
Compare
Choose a tag to compare

Support Laravel 5.7 and lighthouse 2.6

15 Apr 00:25
fdc771f
Compare
Choose a tag to compare

This release os for people using lighthouse 2.6 and Laravel 5.7. This will not work on Laravel 5.8 and lighthouse 3.0+ for that please check the 1.2 release.

Laravel 5.8

01 Mar 21:13
35d9180
Compare
Choose a tag to compare
Merge pull request #4 from joselfonseca/feature/laravel-58

Feature/laravel 58

Configurable Schema

28 Jan 17:19
Compare
Choose a tag to compare

Add mutations

22 Jan 20:44
Compare
Choose a tag to compare

Added new mutations

forgotPassword(data: ForgotPasswordInput!): ForgotPasswordResponse!
updateForgottenPassword(data: NewPasswordWithCodeInput): ForgotPasswordResponse!
  • forgotPassword: Will allow your clients to request the forgot password email.
  • updateForgottenPassword: Will allow your clients to update the forgotten password from the email received.