chrisreedio/filament-oauth-clients

Provides OAuth Client Services

Fund package maintenance!
chrisreedio

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 2

pkg:composer/chrisreedio/filament-oauth-clients

4.0.0-beta.1 2025-08-19 21:26 UTC

README

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

⚠️ 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.