Skip to content

A Laravel Nova tool to manage API Authentication (Passport)

Notifications You must be signed in to change notification settings

devtical/novassport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

383f29b · Feb 6, 2023

History

43 Commits
Feb 6, 2023
Sep 25, 2018
Aug 28, 2019
Sep 25, 2018
Jan 15, 2022
Sep 24, 2018
Jan 15, 2022
Jan 15, 2022
Jan 15, 2022
Jan 15, 2022
Feb 2, 2023
Sep 25, 2018
Oct 10, 2019
Sep 25, 2018

Repository files navigation

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