tien-enjoywork / api-auth
Api authentication Laravel + Passport
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=7.1.3
This package is auto-updated.
Last update: 2025-04-29 01:20:39 UTC
README
Installation
You can install the package via composer:
composer require tien-enjoywork/api-auth
Usage
First of all, you have to already set up laravel with passport authentication.
php artisan enjoywork_auth_package:install
Edit app/enjoywork_auth.php to change configuration. Remember run php artisan config:cache
after edit this file.
Document
Please see DOCUMENT for more information about request parameters and respone
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email tiens8acc@enjoyworks.co.kr instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.