Novassport Save

A Laravel Nova tool to manage API Authentication (Passport)

Project README

Novassport

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).

Open Source Agenda is not affiliated with "Novassport" Project. README Source: devtical/novassport
Stars
65
Open Issues
5
Last Commit
1 year ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating