fork-299132 / lighthouse-graphql-passport-auth
Add GraphQL types and mutations for login and recover password functionalities. Fork of the package joselfonseca/lighthouse-graphql-passport-auth.
Requires
- php: >=8.0.0
- laravel/passport: ^11.3
- laravel/socialite: ^5.5
- nuwave/lighthouse: ^5.69
Requires (Dev)
- eduarguz/shift-php-cs: ^3.0
- laravel/framework: ^9.45
- laravel/legacy-factories: ^1.3
- orchestra/testbench: ^7.17
- phpunit/phpunit: ^9.5
- symfony/console: ^6.2
This package is auto-updated.
Last update: 2024-10-26 08:48:50 UTC
README
GraphQL mutations for Laravel Passport using Lighthouse PHP.
Tutorial
You can see this tutorial for installation and usage.
Documentation
Find the detailed documentation in the documentation site
Change log
Please see the releases page https://github.com/joselfonseca/lighthouse-graphql-passport-auth/releases
Tests
To run the test in this package, navigate to the root folder of the project and run
composer install
Then
vendor/bin/phpunit
Docker
Pull docker image
docker-compose pull
Install packages
docker-compose run package composer install
Update packages
docker-compose run package composer update
Run test
docker-compose run package composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email jose at ditecnologia dot com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.