chrisreedio/filament-oauth-clients
最新稳定版本:4.0.0-beta.1
Composer 安装命令:
composer require chrisreedio/filament-oauth-clients
包简介
Provides OAuth Client Services
README 文档
README
⚠️ 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.
Features
- Manage OAuth applications and services
- Create and manage personal access tokens
- Built-in support for Laravel Passport
- Clean Filament admin interface with organized resource clustering
Installation
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(), ]); }
Requirements
- PHP 8.3+
- Laravel Passport
- Filament v4
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.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-05