| Install | |
|---|---|
composer require chrisreedio/filament-oauth-clients |
|
| Latest Version: | v4.1.0 |
| PHP: | ^8.1 |
⚠️ Early Development: This package is currently in active development. APIs may change before the stable release.
A Filament plugin for managing OAuth 2.0 clients using Laravel Passport. Provides a clean admin interface for managing OAuth applications, services, and personal access tokens.
composer require chrisreedio/filament-oauth-clients
Add the plugin to your Filament panel:
use ChrisReedIO\FilamentOAuthClients\FilamentOAuthClientsPlugin;
public function panel(Panel $panel): Panel
{
return $panel
->plugins([
FilamentOAuthClientsPlugin::make(),
]);
}
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.