https://github.com/rxcod9/joy-voyager-api-auth
Joy VoyagerApiAuth module adds REST Api Auth end points with Passport support to Voyager.
https://github.com/rxcod9/joy-voyager-api-auth
api auth joy joy-voyager-api-auth laravel passport php rest-api voyager voyager-api-auth voyager-passport
Last synced: 4 months ago
JSON representation
Joy VoyagerApiAuth module adds REST Api Auth end points with Passport support to Voyager.
- Host: GitHub
- URL: https://github.com/rxcod9/joy-voyager-api-auth
- Owner: rxcod9
- License: mit
- Created: 2021-06-26T11:27:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-08T01:00:56.000Z (5 months ago)
- Last Synced: 2026-01-13T06:15:33.868Z (5 months ago)
- Topics: api, auth, joy, joy-voyager-api-auth, laravel, passport, php, rest-api, voyager, voyager-api-auth, voyager-passport
- Language: PHP
- Homepage: https://joy-voyager.kodmonk.com
- Size: 132 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Joy VoyagerApiAuth
This [Laravel](https://laravel.com/)/[Voyager](https://voyager.devdojo.com/) module adds REST Api Auth to Voyager.
By 🐼 [Ramakant Gangwar](https://github.com/rxcod9).
[](https://github.com/rxcod9/joy-voyager-api-auth/releases)

[](https://packagist.org/packages/joy/voyager-api-auth)
---
## Prerequisites
* Composer Installed
* [Install Laravel](https://laravel.com/docs/installation)
* [Install Voyager](https://github.com/the-control-group/voyager)
* [Install Passport](https://laravel.com/docs/8.x/passport)
---
## Installation
```bash
# 1. Require this Package in your fresh Laravel/Voyager project
composer require joy/voyager-api-auth
# 2. Publish
php artisan vendor:publish --provider="Joy\VoyagerApiAuth\VoyagerApiAuthServiceProvider" --force
# 3. Test Api with CURL
curl -s 'http://localhost/api/login' -H 'Accept: application/json' -H 'Content-Type: application/json' --data-raw $'{\n "email": "admin@admin.com",\n "password": "password",\n "remember_me": false\n}'
```
---
## Working Example
You can try laravel demo here [https://joy-voyager.kodmonk.com/api/documentation](https://joy-voyager.kodmonk.com/api/documentation).
## Documentation
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the joy voyager-api-auth? Feel free to [create an issue on GitHub](https://github.com/rxcod9/joy-voyager-api-auth/issues), we'll try to address it as soon as possible.
If you've found a bug regarding security please mail [gangwar.ramakant@gmail.com](mailto:gangwar.ramakant@gmail.com) instead of using the issue tracker.
## Testing
You can run the tests with:
```bash
vendor/bin/phpunit
```
## Upgrading
Please see [UPGRADING](UPGRADING.md) for details.
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email [gangwar.ramakant@gmail.com](mailto:gangwar.ramakant@gmail.com) instead of using the issue tracker.
## Credits
- [Ramakant Gangwar](https://github.com/rxcod9)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.