wearedevtical/novassport

A Laravel Nova tool to manage API Authentication (Passport).

Fund package maintenance!
Kristories

v2.0.2 2022-01-15 17:07 UTC

README

A Laravel Nova tool to manage API Authentication (Passport).

Screenshot

Todo :

  • My Apps
  • Authorized Apps
  • Personal Access Tokens

Requirements

  • Laravel
  • Passport

Installation

You can install the Nova tool in to a Laravel app that uses Nova via composer :

composer require wearedevtical/novassport

Usage

Add Novassport to your NovaServiceProvider.php

use Devtical\Novassport\Novassport;

// ...

public function tools()
{
    return [
        // ...
        new Novassport(),
    ];
}

License

The MIT License (MIT).