Releases: joselfonseca/lighthouse-graphql-passport-auth
Releases · joselfonseca/lighthouse-graphql-passport-auth
Support LightHouse PHP 4.0
Thanks to @SirLamer
Update refresh token response type
See #18
1.4 since it may break a few implementations, please update the schema and run your tests before upgrading.
Username configurable
Patch
Add User to schema
This release now returns the logged in user in the login mutation for #7
Lighthouse 3.2 support
Thanks to #8 @emielmolenaar
Support Laravel 5.7 and lighthouse 2.6
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
Merge pull request #4 from joselfonseca/feature/laravel-58 Feature/laravel 58
Configurable Schema
- Added config and schema files to be exportable
Please see: https://github.com/joselfonseca/lighthouse-graphql-passport-auth#default-schema
Add mutations
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.