https://github.com/joselfonseca/lighthouse-graphql-passport-auth
Add GraphQL mutations to get tokens from passport for https://lighthouse-php.com/
https://github.com/joselfonseca/lighthouse-graphql-passport-auth
graphql-mutations lighthouse-graphql-passport passport
Last synced: 13 days ago
JSON representation
Add GraphQL mutations to get tokens from passport for https://lighthouse-php.com/
- Host: GitHub
- URL: https://github.com/joselfonseca/lighthouse-graphql-passport-auth
- Owner: joselfonseca
- License: mit
- Created: 2019-01-21T21:16:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T16:45:48.000Z (10 months ago)
- Last Synced: 2025-04-08T13:11:54.632Z (about 2 months ago)
- Topics: graphql-mutations, lighthouse-graphql-passport, passport
- Language: PHP
- Homepage: https://lighthouse-php-auth.com/
- Size: 230 KB
- Stars: 232
- Watchers: 10
- Forks: 55
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: license.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Lighthouse GraphQL Passport Auth (Laravel ^7.0 / Lighthouse ^4.0)
===============================================[](https://packagist.org/packages/joselfonseca/lighthouse-graphql-passport-auth)
[](https://styleci.io/repos/166881918)
[](https://packagist.org/packages/laravel/framework)GraphQL mutations for Laravel Passport using Lighthouse PHP.
## Tutorial
You can see [this tutorial](https://lighthouse-php-auth.com/tutorials/getting-started/) for installation and usage.
## Documentation
Find the detailed documentation in [the documentation site](https://lighthouse-php-auth.com/)
## Change log
Please see the releases page [https://github.com/joselfonseca/lighthouse-graphql-passport-auth/releases](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
```bash
composer install
```
Then```bash
vendor/bin/phpunit
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email jose at ditecnologia dot com instead of using the issue tracker.
## Credits
- [Jose Luis Fonseca](https://github.com/joselfonseca)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](license.md) for more information.