Skip to content

Passport and OAuth2 support for Laravel's Jetstream starter kit (Livewire)

License

Notifications You must be signed in to change notification settings

headerx/laravel-jetstream-passport

Repository files navigation

Passport and OAuth2 support for Laravel's Jetstream starter kit (Livewire)

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Installation

  1. In a fresh laravel app, install Jetstream with Livewire.

Using Laravel installer

laravel new jetpass-app --stack=livewire --jet --dark --api --pest

Using Composer

composer require "laravel/jetstream:^5.0"
php artisan jetstream:install livewire --api --dark --pest

See Docs for more info.

  1. Install this package:
composer require "headerx/laravel-jetstream-passport:^1.0"
php artisan jetstream-passport:install

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.