masdevs / passenger
Is a fork of Laravel Passport but with support to UUID.
1.0
2016-11-11 04:11 UTC
Requires
- php: >=5.6.4
- alsofronie/eloquent-uuid: dev-master
- firebase/php-jwt: ~3.0|~4.0
- guzzlehttp/guzzle: ~6.0
- illuminate/auth: ~5.3
- illuminate/console: ~5.3
- illuminate/container: ~5.3
- illuminate/contracts: ~5.3
- illuminate/database: ~5.3
- illuminate/encryption: ~5.3
- illuminate/http: ~5.3
- illuminate/support: ~5.3
- league/oauth2-server: ~5.0
- phpseclib/phpseclib: ^2.0
- symfony/psr-http-message-bridge: ^0.3.0
- zendframework/zend-diactoros: ~1.0
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~5.0
This package is not auto-updated.
Last update: 2024-11-09 20:56:17 UTC
README
Introduction
Passenger is a fork of Laravel Passport but with support to UUID, is an OAuth2 server and API authentication package that is simple and enjoyable to use.
Installation
Before run the migrations, run the command for select Data Type for IDs if you prefer use uuid or use default that is integer.
php artisan passport:data-type-id
Official Documentation from Laravel
Documentation for Passport can be found on the Laravel website.
License
Passenger is open-sourced software licensed under the MIT license