mglinski/novassport

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

v3.0.0 2020-05-06 23:54 UTC

This package is auto-updated.

Last update: 2024-05-07 08:59:57 UTC


README

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

Screenshot

Todo :

  • [x] My Apps
  • [x] Authorized Apps
  • [ ] Personal Access Tokens

Requirements

  • Laravel
  • Passport

Installation

Depending on your version of Laravel, you should install a different version of the package.

Laravel VersionPackage Version
6.02.0
5.81.0

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

composer require kristories/novassport

Usage

Add Novassport to your NovaServiceProvider.php


use Kristories\Novassport\Novassport;

// ...

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

License

The MIT License (MIT).